feat: Add notes helpers, magit keybindings, and phscroll

- Move `my-blog-publish`, `my-blog-preview`, and `my-note-push` from init-org.el to init-kbd-func.el for better organization
- Add magit keybindings under C-x g prefix
- Add phscroll package for better org table line wrapping
- Remove visual-line-mode hook from gptel
- Add Chinese word segmentation buffer to consult ignore list
This commit is contained in:
User
2026-06-09 04:20:24 +08:00
parent aaf9dcbcc6
commit 83c0f153f3
5 changed files with 57 additions and 51 deletions

View File

@@ -77,6 +77,16 @@
"V" 'project-vc-dir
"a" 'gptel-agent-project)
;; g for magit
(general-unbind "C-x g")
(general-def
:prefix "C-x g"
"s" 'magit-status
"c" 'magit-clone
"d" 'magit-diff
"b" 'magit-branch
"B" 'magit-blame)
;; t for modes toggle
(general-def
:prefix "C-c t"