Fix some keybindings

This commit is contained in:
Wojciech Kozlowski 2017-09-09 00:24:23 +01:00
parent 302478362e
commit 24158ceedf
2 changed files with 3 additions and 2 deletions

View File

@ -128,6 +128,7 @@
;; Change active window. More convenient than "C-x o".
(global-set-key (kbd "M-o") 'other-window)
(global-set-key (kbd "M-O") (lambda () (interactive) (other-window -1)))
;; Scroll up/down, but keep point in place.
(global-set-key (kbd "C-<") (lambda()

View File

@ -244,8 +244,8 @@
(use-package compile
:bind
(("C-c c c" . compile)
("C-c c r" . recompile))
(("C-c C-c" . compile)
("C-c C-r" . recompile))
:config
(setq-default
;; Just save before compiling.