TODO:
- YASnippet snippet lib 如何创建与导入
- [Portable] AUCTeX local variables 是否可以实现迁移编译设置
- 美化或实用化 splash screen
- evil-nerd-commenter 在 racket-mode 中怎么做 s-expression comment
- 挑选 Unicode font https://docs.doomemacs.org/latest/modules/ui/unicode/
(SPC h)
describe-function (SPC h f)
displays the full doc of func
describe-variable (SPC h v)
Emacs-git 编译安装与卸载遵循一般模式
[Optional] Backup exiting config
> mv ~/.emacs.d ~/.emacs.d.bkp
Install
> git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
> fish_add_path ~/.emacs.d/bin
> echo $fish_user_paths
> doom install
> doom doctor
needs CMake in the PATH.
https://docs.projectile.mx/projectile/projects.html
https://www.reddit.com/r/DoomEmacs/comments/jca63l/how_to_see_all_of_error_message/
See full errors by SPC c x
or :errors
See partially by
;; in ~/.doom.d/config.el
(after! lsp-ui
(setq lsp-ui-sideline-diagnostic-max-lines 2))
(dolist (pkg '(avy expand-region helm lsp-mode))
(require pkg))
https://www.reddit.com/r/emacs/comments/jws8eh/directory_navigation_in_doom_emacs/