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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user