Fix typo in holy-mode latin function name
Noticed by phoe: Typos in holy-mode.el · Issue #13576 https://github.com/syl20bnr/spacemacs/issues/13576
This commit is contained in:
parent
f60997e6a6
commit
78b45b4167
1 changed files with 2 additions and 2 deletions
|
@ -55,10 +55,10 @@ The `insert state' is replaced by the `emacs state'."
|
|||
:lighter " holy"
|
||||
:group 'spacemacs
|
||||
(if holy-mode
|
||||
(in-nominus-patris-et-filii-et-spiritus-sancti)
|
||||
(in-nomine-patris-et-filii-et-spiritus-sancti)
|
||||
(amen)))
|
||||
|
||||
(defun in-nominus-patris-et-filii-et-spiritus-sancti ()
|
||||
(defun in-nomine-patris-et-filii-et-spiritus-sancti ()
|
||||
"Enter the church of Emacs (wash your hands)."
|
||||
;; make all buffers' initial state emacs
|
||||
(push '("." . emacs) evil-buffer-regexps)
|
||||
|
|
Reference in a new issue