[Misc] Remove perspective

This commit is contained in:
Daniel - 2017-07-31 13:21:00 +02:00
parent a945fb489e
commit 002e507e6a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 4 deletions

View File

@ -85,8 +85,6 @@
(projectile-mode +1)
(which-function-mode +1)
;; (semantic-mode +1)
(persp-mode +1)
;; setting this in `custom-file does not work, so we set it here
(custom-set-variables
@ -614,8 +612,6 @@ _h_ _l_ _o_k _y_ank
projectile-completion-system 'ivy))
:diminish projectile-mode)
(use-package perspective
:commands (persp-mode))
(use-package exec-path-from-shell
:ensure exec-path-from-shell
:commands (exec-path-from-shell-copy-envs))