Rebind some function keys for better parity across environments.
This commit is contained in:
4
emacs
4
emacs
@ -35,7 +35,9 @@
|
||||
|
||||
;; *** Programming
|
||||
(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 tab-width 4)
|
||||
(setq-default python-indent-offset 2)
|
||||
|
Reference in New Issue
Block a user