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
|
||||
(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`)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user