From 63f76373a529815fb28bd6d58c1fcdce54724d89 Mon Sep 17 00:00:00 2001 From: KJ Date: Thu, 2 May 2024 14:31:43 -0400 Subject: [PATCH] Remove god mode. Again, I feel this is not neccesary for me. Maybe is later I return to evil. --- configs/init-packages.el | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configs/init-packages.el b/configs/init-packages.el index 8e11f7f..b4a8abc 100644 --- a/configs/init-packages.el +++ b/configs/init-packages.el @@ -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 - ("" . 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