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

@@ -146,6 +146,12 @@
"t" 'trashed
"d" 'discomfort)
;; x for some other command
(general-def
:prefix "C-c x"
"e" 'eshell
"E" 'eat)
;; scratch buffer
(if *is-mac*
(general-def "C-c <f12>" 'scratch-buffer)
@@ -163,10 +169,10 @@
"C-n" 'my-dired-next-line
"n" 'my-dired-next-line
"b" 'dired-up-directory
"C-b" 'dired-up-directory
"C-b" 'backward-char
"C-f" 'forward-char
"<right>" 'dired-find-file
"<left>" 'dired-up-directory
"C-f" 'dired-find-file
"C-/" 'dired-undo
"<SPC>" 'my-dirvish-layout-toggle
"C-s" 'consult-line
@@ -310,7 +316,6 @@
"l" 'org-store-link
"k" 'comment-line
"K" 'comment-kill
"E" 'eshell
"C-s" 'consult-focus-lines)
;; global map