Add missing parens in last commit

This commit is contained in:
bmag 2016-11-25 20:12:48 +02:00
parent 7bf00ad878
commit 471cabdfb8
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@
(define-key spray-mode-map (kbd "q") 'spray-quit))))
(defun speed-reading/post-init-which-key ()
(push '(nil . "\\`speed-reading/\\(.+\\)\\'") . (nil . "\\1")
(push '((nil . "\\`speed-reading/\\(.+\\)\\'") . (nil . "\\1"))
which-key-replacement-alist))