Disable perspective

This commit is contained in:
Ivan Malison 2016-06-27 01:18:25 -07:00
parent 6b2ac32f4f
commit a11c1448ec

View File

@ -3028,8 +3028,10 @@ This is useful with server mode when editing gmail messages. I think that it is
:commands helm-swoop) :commands helm-swoop)
#+END_SRC #+END_SRC
*** perspective *** perspective
I've disabled perspective because I just don't use it much.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package perspective (use-package perspective
:disabled t
:demand t :demand t
:config :config
(progn (progn