This commit is contained in:
Zelong Kuang
2025-12-22 10:51:46 +11:00
parent 697231fdec
commit e116a6b576
9 changed files with 247 additions and 11 deletions

6
lisp/init-god.el Normal file
View File

@@ -0,0 +1,6 @@
;; -*- lexical-binding: t; -*-
(use-package god-mode
:bind ("<escape>" . god-local-mode))
(provide 'init-god)