summaryrefslogtreecommitdiffstats
path: root/emacs.d/10-keys.el
blob: c3f312bba026a214ceeb1e3e7ca420baa1f5f6ba (plain)
1
2
3
4
(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)