feat: Add god-mode modal editing with custom keybindings

This commit is contained in:
2026-05-12 09:12:22 +08:00
parent 61edd16f0c
commit b0a340f8b5
4 changed files with 40 additions and 5 deletions

View File

@@ -41,10 +41,11 @@
;; delight
(use-package delight
:init
(delight '((eldoc-mode nil eldoc)
(delight `((eldoc-mode nil eldoc)
(org-indent-mode nil org-indent)
(desktop-environment-mode nil desktop-environment)
(hs-minor-mode nil hideshow))))
(hs-minor-mode nil hideshow)
(god-local-mode ,(propertize " THANK-GOD-MODE" 'face '(:foreground "#CE2825" :weight bold)) god-mode))))
;; 安装gcmh用于管理内存回收
(use-package gcmh