File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,17 @@ need to install [Node][Node.js] or [npm][] beforehand to use Eask!
7777
7878# 🔍 Usage
7979
80+ ## ❓ How to configure Eask?
81+
82+ ` Eask ` -file is an Elisp file, similar to ` .emacs ` or ` init.el ` .
83+ Just as Emacs allows you to customize aspects you don’t like,
84+ Eask follows the same principle, letting you configure anything you dislike about Eask.
85+
86+ Another way to configure your workspace is similar to configuring Emacs itself:
87+
88+ - Use ` .eask/VERSION_NO/early-init.el ` (only after Emacs ` 27.1 ` onward)
89+ - Use ` .eask/VERSION_NO/init.el `
90+
8091## ❓ Why am I getting the error package target ` tar ` /` el ` not found while installing?
8192
8293The example error message,
Original file line number Diff line number Diff line change @@ -67,6 +67,16 @@ Eask 在每個版本上構建本機可執行文件,您可以從我們的[發
6767
6868# 🔍 用法
6969
70+ ## ❓ 如何設定 Eask?
71+
72+ ` Eask ` -file 是一個 Elisp 檔案,類似於 ` .emacs ` 或 ` init.el ` 。
73+ 正如 Emacs 允許您自訂您不喜歡的方面一樣,Eask 也遵循同樣的原則,讓您配置任何您不喜歡 Eask 的地方。
74+
75+ 另一種配置工作區的方法與配置 Emacs 本身類似:
76+
77+ - 使用 .eask/VERSION_NO/early-init.el (僅限於 Emacs 27.1 以後)
78+ - 使用 .eask/VERSION_NO/init.el
79+
7080## ❓ 為什麼安裝時出現錯誤 package target ` tar ` /` el ` not found?
7181
7282示例錯誤消息,
You can’t perform that action at this time.
0 commit comments