replace helm-spaces with perspective

This commit is contained in:
Łukasz Pankowski 2019-01-28 22:36:36 +01:00
parent e00b02f252
commit 204a3cfc1a

10
init.el
View File

@ -180,13 +180,9 @@
:config
(windmove-default-keybindings))
(use-package helm-spaces
;; customize mode-line-format to add: "(" sp-current-space ")"
;; or in powerline theme add:
;; (powerline-raw (if (and (boundp 'sp-current-space) sp-current-space)
;; (concat " (" sp-current-space ")") "") face2)
:bind
("C-c b" . helm-spaces))
(use-package perspective
:config
(persp-mode))
;;; Allow for Undo/Redo of window manipulations (such as `C-x 1`)