4 lines
220 B
EmacsLisp
4 lines
220 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 (kbd "<f9>") 'compile)
|