refactor(org): Reorganize keybindings and adjust defaults

- Merge org-ql-search under C-c n q prefix
- Replace org heading navigation with paragraph movement on M-{ and M-}
- Add journal and archive to denote signatures
- Increase olivetti width from 80 to 85
This commit is contained in:
2026-06-23 09:50:14 +08:00
parent ea0ce6c05e
commit 818b32499a
3 changed files with 7 additions and 14 deletions

View File

@@ -38,10 +38,8 @@
:hook
(org-mode . olivetti-mode)
(olivetti-mode . (lambda () (display-line-numbers-mode -1)))
:custom
(olivetti-body-width 80)
:config
(setq olivetti-body-width 80))
:init
(setq olivetti-body-width 85))
;; rainbow mode
(use-package rainbow-mode)