emacs - magit change git-commit-summary-max-length, don't ask to confirm when the...
[dotfiles.git] / emacs.d / config.org
index ee6e363..b5a999f 100644 (file)
@@ -1010,6 +1010,8 @@ and Defined keys, using vi keybindings, Refer abo-abo's setting [[https://github
     :init
     ;; don't ask me to confirm the unsaved change 
     (setq magit-save-repository-buffers nil)
+    ;; default is 50
+    (setq git-commit-summary-max-length 72)
     :commands magit-status magit-blame
     :config
     (dolist (map (list magit-status-mode-map