legacy-dotfiles/emacs.d/10-keys.el

6 lines
271 B
EmacsLisp
Raw Normal View History

(global-set-key "\C-m" 'newline-and-indent)
; Automatically indent on newline
(global-set-key (kbd "C-x n r") 'narrow-to-region)
(global-set-key [C-tab] 'hs-toggle-hiding)
(global-set-key (kbd "<f9>") 'compile)