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 :demand t
:config :config
(evil-indent-plus-default-bindings)) (evil-indent-plus-default-bindings))
;; Evil-org
(use-package evil-org (use-package evil-org
:ensure t :ensure t
:demand t :demand t
@ -459,7 +461,7 @@
;; :config ;; :config
;; (setq-default shell-pop-term-shell my/default-shell)) ;; (setq-default shell-pop-term-shell my/default-shell))
;; tabbing (doesn't really work yet) ;; tabbing
(setq-default tab-width 4) (setq-default tab-width 4)
(setq-default LateX-indent-level 4) (setq-default LateX-indent-level 4)
;; (add-hook 'latex-mode-hook ;; (add-hook 'latex-mode-hook
@ -494,8 +496,7 @@
; (shrink-window (- h compilation-window-height))))))) ; (shrink-window (- h compilation-window-height)))))))
;(add-hook 'compilation-mode-hook 'my/setup-compilation-window) ;(add-hook 'compilation-mode-hook 'my/setup-compilation-window)
;; Window movement ;; Move between windows
; Old keys
(global-set-key (kbd "C-x <up>") 'windmove-up) (global-set-key (kbd "C-x <up>") 'windmove-up)
(global-set-key (kbd "C-x <down>") 'windmove-down) (global-set-key (kbd "C-x <down>") 'windmove-down)
(global-set-key (kbd "C-x <left>") 'windmove-left) (global-set-key (kbd "C-x <left>") 'windmove-left)