feat: Add god-mode modal editing with custom keybindings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user