This commit is contained in:
Zelong Kuang
2026-02-21 08:47:38 +11:00
parent 69eaf50f5e
commit 03eb716f0a
6 changed files with 267 additions and 13 deletions

View File

@@ -123,4 +123,10 @@
:bind ("C-x u" . vundo)
:config (setq vundo-glyph-alist vundo-unicode-symbols))
(use-package olivetti
:hook org-mode
:custom
(olivetti-style 'fancy)
(olivetti-margin-width 5))
(provide 'init-edit)