Skip to content

Commit

Permalink
docs: Clarify Emacs version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 9, 2024
1 parent 8f322c4 commit 11d0bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/Getting-Started/Finding-Emacs/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ the `emacs` command. To pick a different Emacs, set the environment variable
`EMACS` to the command name or executable path of the Emacs to use:

```sh
$ EMACS="emacs26.1" eask command
$ EMACS="emacs-26.1" eask command
```

Note that installed dependencies are scoped on the version of Emacs. So when
switching between versions you will have to install the dependencies for each:

```sh
$ EMACS="emacs26.3" eask install
$ EMACS="emacs-26.3" eask install
```

There are, unfortunately, circumstances under which Emacs itself resets the
Expand Down
4 changes: 2 additions & 2 deletions docs/content/Getting-Started/Finding-Emacs/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ weight: 150
Emacs,請將環境變量 `EMACS` 設置為要使用的 `Emacs` 的命令名稱或可執行路徑:

```sh
$ EMACS="emacs26.1" eask command
$ EMACS="emacs-26.1" eask command
```

請注意,已安裝的依賴項受 Emacs 版本的影響。 因此,在版本之間切換時,您必須為每個版本安裝依賴項:

```sh
$ EMACS="emacs26.3" eask install
$ EMACS="emacs-26.3" eask install
```

不幸的是,在某些情況下,Emacs 本身會以與 **eask** 衝突的方式重置 `EMACS` 變量,在這種情況下,
Expand Down

0 comments on commit 11d0bd1

Please sign in to comment.