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
1 changed files with 4 additions and 11 deletions

View File

@ -149,17 +149,10 @@
("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))
;; Visitar rápidamente viejas versiones de un archivo rápidamente
(use-package git-timemachine
:ensure t
:defer t)
;; Cliente LLM (ollama, chatgpt, gemini, etc.)
(use-package gptel