From d15d53117e9b51b8a440a5efe702e0a5c98cf757 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sat, 14 Oct 2017 13:00:23 +0200 Subject: [PATCH] emacs - commenting in init.el --- emacs/.emacs.d/init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 660526e..6dd1419 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -296,6 +296,8 @@ :demand t :config (evil-indent-plus-default-bindings)) + +;; Evil-org (use-package evil-org :ensure t :demand t @@ -459,7 +461,7 @@ ;; :config ;; (setq-default shell-pop-term-shell my/default-shell)) -;; tabbing (doesn't really work yet) +;; tabbing (setq-default tab-width 4) (setq-default LateX-indent-level 4) ;; (add-hook 'latex-mode-hook @@ -494,8 +496,7 @@ ; (shrink-window (- h compilation-window-height))))))) ;(add-hook 'compilation-mode-hook 'my/setup-compilation-window) -;; Window movement -; Old keys +;; Move between windows (global-set-key (kbd "C-x ") 'windmove-up) (global-set-key (kbd "C-x ") 'windmove-down) (global-set-key (kbd "C-x ") 'windmove-left)