emacs - more defering

This commit is contained in:
madmaurice 2017-10-16 10:19:53 +02:00
parent 2a01a2b777
commit 454e40746e

View file

@ -250,8 +250,8 @@
;; Org Bullets
(use-package org-bullets
:demand t
:ensure t
:after org
:config
(add-hook 'org-mode-hook
(lambda () (org-bullets-mode 1))))
@ -317,7 +317,7 @@
;; Evil-org
(use-package evil-org
:ensure t
:demand t
:after org
:config
(add-hook 'org-mode-hook 'evil-org-mode)
(add-hook 'evil-org-mode-hook
@ -405,13 +405,12 @@
;; Quickly open external terminal
(use-package terminal-here
:ensure t
:demand t
:config
(global-set-key (kbd "C-x t") #'terminal-here-launch))
:bind ("C-x t" . terminal-here-launch))
;; swiper
(use-package swiper
:ensure t
:demand t
:bind ("C-s" . swiper))
;; Neotree