Skip to content

Commit ee2e4cf

Browse files
lujun9972claude
andcommitted
fix: 添加 EGO 缺失的依赖包 ht 和 dash
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 34d4079 commit ee2e4cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

auto_publish.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ There are two things you can do about this warning:
1616
(add-to-list 'package-archives (cons "gnu" (concat proto "://elpa.gnu.org/packages/")))))
1717
(package-initialize)
1818
(package-refresh-contents)
19+
(package-install 'ht)
20+
(package-install 'dash)
1921
(package-install 'mustache)
2022
(package-install 'htmlize)
2123
(package-install 'yaml-mode)

0 commit comments

Comments
 (0)