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)