General minor refactor

This commit is contained in:
Henrik Lissner 2017-12-08 22:57:08 -05:00
parent 39cb30d635
commit f8e8dbad8f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
12 changed files with 40 additions and 50 deletions

View file

@ -159,7 +159,7 @@ after prompt marker."
(add-hook! 'lui-mode-hook
(add-hook 'evil-insert-state-entry-hook #'+irc|evil-insert nil t))
(mapc (lambda (cmd) (cl-pushnew cmd +irc-scroll-to-bottom-on-commands))
(mapc (lambda (cmd) (push cmd +irc-scroll-to-bottom-on-commands))
'(evil-paste-after evil-paste-before evil-open-above evil-open-below)))