summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/init.el b/init.el index 30e0954..23d799c 100644 --- a/init.el +++ b/init.el
@@ -198,12 +198,12 @@
198;; God mode 198;; God mode
199(acdw/pkg god-mode 199(acdw/pkg god-mode
200 :binds (("<escape>" god-local-mode) 200 :binds (("<escape>" god-local-mode)
201 ("i" god-local-mode :map god-local-mode-map) 201 ("i" god-local-mode :map god-local-mode-map)
202 ("." repeat :map god-local-mode-map) 202 ("." repeat :map god-local-mode-map)
203 ("C-x C-1" delete-other-windows) 203 ("C-x C-1" delete-other-windows)
204 ("C-x C-2" split-window-below) 204 ("C-x C-2" split-window-below)
205 ("C-x C-3" split-window-right) 205 ("C-x C-3" split-window-right)
206 ("C-x C-0" delete-window)) 206 ("C-x C-0" delete-window))
207 :now ((defun acdw/god-mode-update-cursor () 207 :now ((defun acdw/god-mode-update-cursor ()
208 (setq cursor-type (if (or god-local-mode buffer-read-only) 208 (setq cursor-type (if (or god-local-mode buffer-read-only)
209 'box 209 'box