Fix compiler warning
This commit is contained in:
parent
36eeed7e1c
commit
ab94c9ab96
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ If no direction is given, don't split."
|
||||||
(global-set-key (kbd "M-n") 'idomenu)
|
(global-set-key (kbd "M-n") 'idomenu)
|
||||||
(global-set-key (kbd "M-o") 'other-window)
|
(global-set-key (kbd "M-o") 'other-window)
|
||||||
(global-set-key (kbd "\"") 'oni:self-insert-dwim)
|
(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 "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-next-like-this)
|
||||||
(global-set-key (kbd "M--") 'mc/mark-previous-like-this)
|
(global-set-key (kbd "M--") 'mc/mark-previous-like-this)
|
||||||
|
|
Loading…
Reference in a new issue