Compare commits

...

2 Commits

Author SHA1 Message Date
KJ
fc802c0db0 Add git-timemachine. 2024-05-02 14:32:56 -04:00
KJ
63f76373a5 Remove god mode.
Again, I feel this is not neccesary for me. Maybe is later I
return to evil.
2024-05-02 14:31:43 -04:00

View File

@ -149,17 +149,10 @@
("SPC" git-gutter:toggle-popup-hunk)) ("SPC" git-gutter:toggle-popup-hunk))
) )
;; God mode. Similar usar evil, pero con solo 2 modos ;; Visitar rápidamente viejas versiones de un archivo rápidamente
(use-package god-mode (use-package git-timemachine
:defer t :ensure t
:bind :defer t)
("<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.) ;; Cliente LLM (ollama, chatgpt, gemini, etc.)
(use-package gptel (use-package gptel