emacs - commenting in init.el

This commit is contained in:
madmaurice 2017-10-14 13:00:23 +02:00
parent a9a0796d60
commit d15d53117e

View file

@ -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 <up>") 'windmove-up)
(global-set-key (kbd "C-x <down>") 'windmove-down)
(global-set-key (kbd "C-x <left>") 'windmove-left)