Rebind some function keys for better parity across environments.

This commit is contained in:
Anna Rose 2015-11-08 23:22:45 -05:00
parent 1cc7e09603
commit ec01a85a6b

4
emacs
View File

@ -35,7 +35,9 @@
;; *** Programming ;; *** Programming
(global-set-key (kbd "C-x g") 'goto-line) (global-set-key (kbd "C-x g") 'goto-line)
(define-key global-map (kbd "<f5>") 'recompile) (define-key global-map (kbd "<f5>") 'vc-diff)
(define-key global-map (kbd "<f7>") 'compile)
(define-key global-map (kbd "<f8>") 'recompile)
(setq-default indent-tabs-mode nil) (setq-default indent-tabs-mode nil)
(setq-default tab-width 4) (setq-default tab-width 4)
(setq-default python-indent-offset 2) (setq-default python-indent-offset 2)