[oni-git-commit] Enable ‘electric-pair-local-mode’
With ‘electric-pair-local-mode’ enabled and my inhibit function, this makes for some pretty easy typing of words like “don't”.
This commit is contained in:
parent
6c611b5007
commit
e1aecd6f63
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.1123.003204
|
||||
;; Version: 2021.1130.152816
|
||||
;; Package-Requires: (git-commit)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -26,6 +26,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(add-hook 'git-commit-mode-hook 'electric-pair-local-mode)
|
||||
(add-hook 'git-commit-mode-hook 'electric-quote-local-mode)
|
||||
(add-hook 'git-commit-mode-hook 'refill-mode)
|
||||
|
||||
|
|
Loading…
Reference in a new issue