Doom Emacs 实用命令
原文来自Installing Doom Emacs on Windows - DEV Community,现在对其中的命令进行一些整理。
原生命令
来自doomemacs/docs/getting_started.org at master · doomemacs/doomemacs
- Don’t forget to run ‘doom sync’ and restart Emacs after modifying init.el or
packages.el in ~/.config/doom. This is never necessary for config.el. - If something goes wrong, run
doom doctor
to diagnose common issues with
your environment, setup, and config. - Use ‘doom upgrade’ to update Doom. Doing it any other way will require
additional steps (see ‘doom help upgrade’). - Access Doom’s documentation from within Emacs via ‘SPC h d h’ or ‘C-h d h’
(or ‘M-x doom/help’).
适用于Windows的命令——整理版
USER=users文件夹里你的用户名
mklink /j “C:\Users\USER\.emacs.d” “C:\Users\USER\AppData\Roaming\.emacs.d”
1 | git clone https://github.com/doomemacs/doomemacs C:\Users\USER\AppData\Roaming\\.emacs.d |
1 | cd C:\Users\USER\AppData\Roaming\\.emacs.d |
P.S. 后续在C:\Users\USER\.emacs.d执行”.\bin*doom“之类的命令即可