6 lines
271 B
EmacsLisp
6 lines
271 B
EmacsLisp
|
(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)
|