Commit 4e07c3fd3fc3

Vincent Demeester <vincent@sbr.pm>
2025-02-01 05:14:19
tools/emacs: no copilot-mode in text-mode
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8ebbd0a
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -173,7 +173,7 @@
   :hook
   (prog-mode . copilot-mode)
   (markdown-mode . copilot-mode)
-  (text-mode . copilot-mode)
+  ;; (text-mode . copilot-mode) ;; I may not want copilot in org-mode for example.
   (log-edit-mode . copilot-mode)
   (vc-git-log-edit-mode . copilot-mode)
   :bind