diff options
author | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:43:08 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:43:08 -0700 |
commit | 881fe43dde76f6081b82bc034f6d0677dd9dddcc (patch) | |
tree | a2438d1cfcae41aa64739aebfd570526af061416 | |
parent | switch LSP for nix (diff) | |
download | emacs.d-881fe43dde76f6081b82bc034f6d0677dd9dddcc.tar.gz |
don't mark git commit buffer as markdown
-rw-r--r-- | config/init-project.el | 1 |
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 |