diff options
author | jbjjbjjbj <julianteule@gmail.com> | 2016-12-21 13:55:56 +0100 |
---|---|---|
committer | jbjjbjjbj <julianteule@gmail.com> | 2016-12-21 13:55:56 +0100 |
commit | 9394dfc3c3e6cf07e6bdf08aaa663bc1063265e6 (patch) | |
tree | 6d0f8489f3ccaa6686d9b62c4ca9c06d55809996 /.emacs | |
parent | 844496122bd82273d0a2ca8d0b822cab366c7067 (diff) |
Added many things
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -121,3 +121,23 @@ (global-set-key (kbd "C-x C-b") 'bs-show) (when (fboundp 'winner-mode) (winner-mode 1)) + + + +;; Julians cool keybindings +(global-unset-key (kbd "C-d")) +(global-set-key (kbd "C-d u") 'undo-tree-visualize) +(global-set-key (kbd "C-d r") '(lambda() (interactive) (load-file "~/.emacs"))) +(global-set-key (kbd "C-d i") 'indent-region) +(global-set-key (kbd "C-d e") 'eshell) +(global-set-key (kbd "C-d n") 'neotree) + + +(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) + + + + + +(display-time-mode 1) + |