replace helm-spaces with perspective
This commit is contained in:
parent
e00b02f252
commit
204a3cfc1a
10
init.el
10
init.el
@ -180,13 +180,9 @@
|
|||||||
:config
|
:config
|
||||||
(windmove-default-keybindings))
|
(windmove-default-keybindings))
|
||||||
|
|
||||||
(use-package helm-spaces
|
(use-package perspective
|
||||||
;; customize mode-line-format to add: "(" sp-current-space ")"
|
:config
|
||||||
;; or in powerline theme add:
|
(persp-mode))
|
||||||
;; (powerline-raw (if (and (boundp 'sp-current-space) sp-current-space)
|
|
||||||
;; (concat " (" sp-current-space ")") "") face2)
|
|
||||||
:bind
|
|
||||||
("C-c b" . helm-spaces))
|
|
||||||
|
|
||||||
;;; Allow for Undo/Redo of window manipulations (such as `C-x 1`)
|
;;; Allow for Undo/Redo of window manipulations (such as `C-x 1`)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user