Suppress the persp warning
I already have a way to get to the perspectives. But let's grab a few more options ... even though I don't think I'll use them.
This commit is contained in:
parent
7c105189aa
commit
4683e1f5b0
1 changed files with 6 additions and 1 deletions
|
@ -1411,6 +1411,8 @@ Build the hydra as well as configure the =perspective= project.
|
||||||
(persp-show-modestring t)
|
(persp-show-modestring t)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
(setq persp-suppress-no-prefix-key-warning t)
|
||||||
|
|
||||||
(persp-mode +1)
|
(persp-mode +1)
|
||||||
|
|
||||||
(defhydra hydra-workspace-leader (:color blue :hint nil) "
|
(defhydra hydra-workspace-leader (:color blue :hint nil) "
|
||||||
|
@ -1435,13 +1437,16 @@ Build the hydra as well as configure the =perspective= project.
|
||||||
("N" ha-new-persp)
|
("N" ha-new-persp)
|
||||||
("]" persp-next :color pink)
|
("]" persp-next :color pink)
|
||||||
("[" persp-prev :color pink)
|
("[" persp-prev :color pink)
|
||||||
("r" persp-rename)
|
|
||||||
("d" persp-kill)
|
("d" persp-kill)
|
||||||
("W" ha-workspace-initialize)
|
("W" ha-workspace-initialize)
|
||||||
("a" persp-add-buffer)
|
("a" persp-add-buffer)
|
||||||
("b" persp-switch-to-buffer)
|
("b" persp-switch-to-buffer)
|
||||||
("k" persp-remove-buffer)
|
("k" persp-remove-buffer)
|
||||||
("K" persp-kill-buffer)
|
("K" persp-kill-buffer)
|
||||||
|
("m" persp-merge)
|
||||||
|
("u" persp-unmerge)
|
||||||
|
("i" persp-import)
|
||||||
|
("r" persp-rename)
|
||||||
("s" persp-state-save)
|
("s" persp-state-save)
|
||||||
("l" persp-state-load)
|
("l" persp-state-load)
|
||||||
("w" ha-switch-to-special) ; The most special perspective
|
("w" ha-switch-to-special) ; The most special perspective
|
||||||
|
|
Loading…
Reference in a new issue