diff options
| author | verdant <im@verdant.ee> | 2026-07-05 12:44:32 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-05 12:44:32 +0800 |
| commit | 777b36d9b2d22a48ac1aa9dfa88a5a5dfcb29af8 (patch) | |
| tree | ef52439bb85483c118dd473f45f9aa1588b17c3c | |
| parent | 6fbb0bf727c3d674d4cb018925be2c444edc409d (diff) | |
| download | vemacs-777b36d9b2d22a48ac1aa9dfa88a5a5dfcb29af8.tar.gz vemacs-777b36d9b2d22a48ac1aa9dfa88a5a5dfcb29af8.zip | |
| -rw-r--r-- | config.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -144,6 +144,11 @@ #+begin_src emacs-lisp (global-flycheck-mode) #+end_src +** 补全文档注释 +#+begin_src emacs-lisp +(add-hook 'c-mode-common-hook 'auto-fill-mode) +(setq comment-auto-fill-only-comments t) +#+end_src * Dired ** 默认设置 #+begin_src emacs-lisp |
