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