diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index 8e03df65..7f7dc4c8 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -53,10 +53,14 @@ just emacs-clean ## Limits - +- It's too slow to start up and install(compile/build) packages. + - I have to use emacs in daemon/client mode to avoid this issue. +- It's too large in size, not suitable for servers. + - So vim/neovim is still the best choice for servers. - Emacs's markdown-mode works not well with tables, see: - https://github.com/jrblevin/markdown-mode/issues/380 - +- I use git command frequently, but doomemacs only autoupdates status of git diff / treemacs when using magit. + - I have to learn magit to avoid this issue... ## Cheetsheet diff --git a/home/base/desktop/editors/emacs/doom/config.el b/home/base/desktop/editors/emacs/doom/config.el index 707689f3..a560d855 100644 --- a/home/base/desktop/editors/emacs/doom/config.el +++ b/home/base/desktop/editors/emacs/doom/config.el @@ -172,3 +172,4 @@ (copilot-mode +1)) (use-package! wakatime-mode :ensure t) +