Skip to content

Commit 999ce93

Browse files
committed
docs(FAQ): Mention Eask is an Elisp file
1 parent ffa4cf3 commit 999ce93

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/content/FAQ/_index.en.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

8293
The example error message,

docs/content/FAQ/_index.zh-tw.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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
示例錯誤消息,

0 commit comments

Comments
 (0)