Remove god mode.

Again, I feel this is not neccesary for me. Maybe is later I
return to evil.
This commit is contained in:
KJ 2024-05-02 14:31:43 -04:00
parent 5144fd405e
commit 63f76373a5
1 changed files with 0 additions and 11 deletions

View File

@ -149,17 +149,6 @@
("SPC" git-gutter:toggle-popup-hunk))
)
;; God mode. Similar usar evil, pero con solo 2 modos
(use-package god-mode
:defer t
:bind
("<escape>" . god-mode-all)
:config
(add-to-list 'god-exempt-major-modes 'vterm-mode)
(defun my-god-mode-update-cursor-type ()
(setq cursor-type (if (or god-local-mode buffer-read-only) 'box 'bar)))
(add-hook 'post-command-hook #'my-god-mode-update-cursor-type))
;; Cliente LLM (ollama, chatgpt, gemini, etc.)
(use-package gptel