Add compile bindings, fix rust-mode-hook.
This commit is contained in:
@@ -98,9 +98,14 @@
|
||||
|
||||
;; Windmove family of commands allow easy navigation when there is more than two
|
||||
;; buffers on screen.
|
||||
(global-set-key (kbd "C-S-<left>") 'windmove-left)
|
||||
(global-set-key (kbd "C-S-<right>") 'windmove-right)
|
||||
(global-set-key (kbd "C-S-<up>") 'windmove-up)
|
||||
(global-set-key (kbd "C-S-<down>") 'windmove-down)
|
||||
(keymap-global-set "C-S-<left>" 'windmove-left)
|
||||
(keymap-global-set "C-S-<right>" 'windmove-right)
|
||||
(keymap-global-set "C-S-<up>" 'windmove-up)
|
||||
(keymap-global-set "C-S-<down>" 'windmove-down)
|
||||
|
||||
;; Compile command allows to easily run noninteractive commands, among other
|
||||
;; things, like, you know, compiling stuff.
|
||||
(keymap-global-set "C-c l" 'compile)
|
||||
(keymap-global-set "C-c C-l" 'recompile)
|
||||
|
||||
;;; 05-basic.el ends here
|
||||
|
||||
Reference in New Issue
Block a user