Make git-commit-{major-mode,summary-max-length} safe local vars
This commit is contained in:
parent
3d53497cb7
commit
22b4462e18
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
;;; emacs/vc/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Don't complain when these variables are set in file/local vars
|
||||
(put 'git-commit-major-mode 'safe-local-variable 'symbolp)
|
||||
(put 'git-commit-summary-max-length 'safe-local-variable 'symbolp)
|
||||
|
||||
(map! :when (fboundp 'bug-reference-mode)
|
||||
:map bug-reference-map
|
||||
"RET" (cmds! (and (bound-and-true-p evil-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue