Commit b14e18253f76

Vincent Demeester <vincent@sbr.pm>
2023-11-23 10:06:23
tools/emacs: fix indentation on programming-config.el
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2e507e4
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -20,7 +20,7 @@
     (package-vc-install "https://github.com/zerolfx/copilot.el"))
   :hook
   (prog-mode . copilot-mode)
-    (markdown-mode . copilot-mode)
+  (markdown-mode . copilot-mode)
   (text-mode . copilot-mode)
   (log-edit-mode . copilot-mode)
   (vc-git-log-edit-mode . copilot-mode)