fix typo in README

fixes #19
This commit is contained in:
deb0ch 2019-02-18 10:37:01 +01:00
parent efcb14fd30
commit 247df36c03

View file

@ -231,7 +231,7 @@ Several options are available through Emacs' Customize interface under
((equal (buffer-name) "*Calculator*") 9) ((equal (buffer-name) "*Calculator*") 9)
((equal (buffer-name) "*Flycheck errors*") 8))) ((equal (buffer-name) "*Flycheck errors*") 8)))
(defun winum-assign-0-to-neotree-and () (defun winum-assign-0-to-neotree ()
(when (string-match-p (buffer-name) ".*\\*NeoTree\\*.*") 10)) (when (string-match-p (buffer-name) ".*\\*NeoTree\\*.*") 10))
(add-to-list 'winum-assign-functions #'winum-assign-9-to-calculator-8-to-flycheck-errors) (add-to-list 'winum-assign-functions #'winum-assign-9-to-calculator-8-to-flycheck-errors)
@ -299,7 +299,7 @@ available winum options.
((equal (buffer-name) "*Calculator*") 9) ((equal (buffer-name) "*Calculator*") 9)
((equal (buffer-name) "*Flycheck errors*") 8))) ((equal (buffer-name) "*Flycheck errors*") 8)))
(defun winum-assign-0-to-neotree-and () (defun winum-assign-0-to-neotree ()
(when (string-match-p (buffer-name) ".*\\*NeoTree\\*.*") 10)) (when (string-match-p (buffer-name) ".*\\*NeoTree\\*.*") 10))
(add-to-list 'winum-assign-functions #'winum-assign-9-to-calculator-8-to-flycheck-errors) (add-to-list 'winum-assign-functions #'winum-assign-9-to-calculator-8-to-flycheck-errors)