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

@@ -86,7 +86,7 @@
(setq denote-prompts '(title signature keywords))
(setq denote-title-history nil)
(setq denote-signature-history
'("note" "project" "fun" "wisdom" "article" "data" "metanote" "agenda"))
'("note" "project" "fun" "wisdom" "article" "data" "metanote" "agenda" "journal" "archive"))
(setq denote-known-keywords
'("emacs")))