app/irc: fix lui-mode-map typo

This commit is contained in:
Henrik Lissner 2017-06-11 19:33:40 +02:00
parent 0047baf15c
commit 470117d538
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -146,7 +146,7 @@ to determine length."
(def-package! lui
:commands lui-mode
:config
(map! :map lua-mode-map "C-u" #'lui-kill-to-beginning-of-line)
(map! :map lui-mode-map "C-u" #'lui-kill-to-beginning-of-line)
(enable-lui-logging)
(defun +irc|lui-setup-margin ()