ui/doom: centralize doom-buffer-mode activation

This commit is contained in:
Henrik Lissner 2017-05-16 11:39:03 +02:00
parent 4ede35129d
commit d8e3d853a9
8 changed files with 12 additions and 21 deletions

View file

@ -6,8 +6,6 @@
(def-package! gist
:commands (gist-list gist-region-or-buffer-private gist-region-or-buffer)
:init
(add-hook 'gist-mode-hook #'doom-buffer-mode)
:config
(set! :popup "*github:gists*" :size 15 :select t :autokill t)