PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES

This commit is contained in:
Henrik Lissner 2017-04-17 02:17:10 -04:00
parent ef88d30b73
commit 5ae94b765c
79 changed files with 798 additions and 795 deletions

View file

@ -9,8 +9,8 @@
(map! :map flyspell-mode-map
:localleader
:n "s" 'flyspell-correct-word-generic
:n "S" 'flyspell-correct-previous-word-generic))
:n "s" #'flyspell-correct-word-generic
:n "S" #'flyspell-correct-previous-word-generic))
(def-package! flyspell-correct
@ -24,5 +24,5 @@
(t
(require 'flyspell-correct-popup)
(setq flyspell-popup-correct-delay 0.8)
(define-key popup-menu-keymap [escape] 'keyboard-quit))))
(define-key popup-menu-keymap [escape] #'keyboard-quit))))