mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make git-commit-{major-mode,summary-max-length} safe local vars
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user