Use ‘refill-mode’ in ‘git-commit-mode’ buffers
This commit is contained in:
parent
6dc4703489
commit
08069c7300
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2019.0904.210537
|
||||
;; Version: 2020.1226.141017
|
||||
;; Package-Requires: (git-commit)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -27,6 +27,7 @@
|
|||
;;; Code:
|
||||
|
||||
(add-hook 'git-commit-mode-hook 'electric-quote-local-mode)
|
||||
(add-hook 'git-commit-mode-hook 'refill-mode)
|
||||
|
||||
;;;###autoload(with-eval-after-load 'git-commit (require 'oni-git-commit))
|
||||
|
||||
|
|
Loading…
Reference in a new issue