summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-08-30 07:43:08 -0700
committerFranck Cuny <franck@fcuny.net>2024-08-30 07:43:08 -0700
commit881fe43dde76f6081b82bc034f6d0677dd9dddcc (patch)
treea2438d1cfcae41aa64739aebfd570526af061416
parentswitch LSP for nix (diff)
downloademacs.d-881fe43dde76f6081b82bc034f6d0677dd9dddcc.tar.gz
don't mark git commit buffer as markdown
-rw-r--r--config/init-project.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/init-project.el b/config/init-project.el
index 2bbce11..ad57069 100644
--- a/config/init-project.el
+++ b/config/init-project.el
@@ -13,7 +13,6 @@
   :custom
   (magit-diff-refine-hunk t)
   (magit-clone-default-directory "~/workspace/")
-  (git-commit-major-mode 'markdown-mode)
   :config
   ;; show ANSI colors in the process buffer, so it's easier to read what's going on
   ;; for some reasons if it's in the `:custom' section it does not get set