summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-18 00:17:05 +0100
committerGravatar Tom Willemse2015-12-18 00:17:05 +0100
commitab94c9ab966d7880c121ff0ee0fb121c5ac4dfcc (patch)
treed082584b145f0899ba64e460e607d969ebec5238 /emacs/.emacs.d/init.el
parent36eeed7e1c665aaa9081017adeba52aca4efe115 (diff)
downloaddotfiles-ab94c9ab966d7880c121ff0ee0fb121c5ac4dfcc.tar.gz
dotfiles-ab94c9ab966d7880c121ff0ee0fb121c5ac4dfcc.zip
Fix compiler warning
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 1778c45..cbb137c 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1029,7 +1029,7 @@ If no direction is given, don't split."
(global-set-key (kbd "M-n") 'idomenu)
(global-set-key (kbd "M-o") 'other-window)
(global-set-key (kbd "\"") 'oni:self-insert-dwim)
-(global-set-key [remap move-beginning-of-line] #'oni:move-beginning-of-dwim)
+(global-set-key [remap move-beginning-of-line] 'oni:move-beginning-of-dwim)
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
(global-set-key (kbd "M--") 'mc/mark-previous-like-this)