summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorjbjjbjjbj <julianteule@gmail.com>2016-12-21 13:55:56 +0100
committerjbjjbjjbj <julianteule@gmail.com>2016-12-21 13:55:56 +0100
commit9394dfc3c3e6cf07e6bdf08aaa663bc1063265e6 (patch)
tree6d0f8489f3ccaa6686d9b62c4ca9c06d55809996 /.emacs
parent844496122bd82273d0a2ca8d0b822cab366c7067 (diff)
Added many things
Diffstat (limited to '.emacs')
-rw-r--r--.emacs20
1 files changed, 20 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 601b1e0..3ae677d 100644
--- a/.emacs
+++ b/.emacs
@@ -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)
+