style(config): Reformat Emacs Lisp code for consistency
Standardize formatting across multiple init files: expand single-line use-package keywords onto separate lines, fix indentation, remove outdated comments, and clean up whitespace. Also adds mc/keymap <return> binding and improves fcitx5 startup logic in EXWM.
This commit is contained in:
@@ -172,6 +172,7 @@
|
||||
(:name "someday" :todo "SOMEDAY")
|
||||
))))))))
|
||||
|
||||
;; capture模板
|
||||
(unless *is-windows*
|
||||
(setq org-capture-templates
|
||||
'(("t" "TODO" entry
|
||||
@@ -186,7 +187,6 @@
|
||||
(setq org-bookmark-names-plist nil)
|
||||
|
||||
;; hugo
|
||||
;; 安装ox-hugo
|
||||
(use-package ox-hugo)
|
||||
|
||||
(with-eval-after-load 'org-capture
|
||||
|
||||
Reference in New Issue
Block a user