From 247df36c03d70b453e9b912d6e1b7065644f639d Mon Sep 17 00:00:00 2001 From: deb0ch Date: Mon, 18 Feb 2019 10:37:01 +0100 Subject: [PATCH] fix typo in README fixes #19 --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4d5ba72..6fd124d 100644 --- a/README.org +++ b/README.org @@ -231,7 +231,7 @@ Several options are available through Emacs' Customize interface under ((equal (buffer-name) "*Calculator*") 9) ((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)) (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) "*Flycheck errors*") 8))) - (defun winum-assign-0-to-neotree-and () + (defun winum-assign-0-to-neotree () (when (string-match-p (buffer-name) ".*\\*NeoTree\\*.*") 10)) (add-to-list 'winum-assign-functions #'winum-assign-9-to-calculator-8-to-flycheck-errors)