feat: Update Emacs config with new keybindings, org states

- Add `magit-refs-mode` to tab grouping
- Add `eshell`/`eat` under `C-c x` prefix
- Replace `WAITING` org state with `IDKY`
- Add `lisp-extra-font-lock` package
- Fix daemon mode theme loading
- Simplify denote keywords and update dired/dirvish bindings
This commit is contained in:
2026-06-20 21:19:37 +08:00
parent f55f775139
commit 560d4aac4b
8 changed files with 38 additions and 24 deletions

View File

@@ -49,6 +49,10 @@
:config
(setq sly-lisp-implementations nil))
(use-package lisp-extra-font-lock
:hook
(lisp-mode . lisp-extra-font-lock-mode))
;; markdown
(use-package markdown-mode
:bind