emacs - commenting in init.el
This commit is contained in:
parent
a9a0796d60
commit
d15d53117e
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue