From 4683e1f5b0b173dadcc21319160e69059b5d4618 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 18 Oct 2022 10:51:52 -0700 Subject: [PATCH] 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. --- ha-config.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ha-config.org b/ha-config.org index 72a5e18..1ba1ca7 100644 --- a/ha-config.org +++ b/ha-config.org @@ -1411,6 +1411,8 @@ Build the hydra as well as configure the =perspective= project. (persp-show-modestring t) :config + (setq persp-suppress-no-prefix-key-warning t) + (persp-mode +1) (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) ("]" persp-next :color pink) ("[" persp-prev :color pink) - ("r" persp-rename) ("d" persp-kill) ("W" ha-workspace-initialize) ("a" persp-add-buffer) ("b" persp-switch-to-buffer) ("k" persp-remove-buffer) ("K" persp-kill-buffer) + ("m" persp-merge) + ("u" persp-unmerge) + ("i" persp-import) + ("r" persp-rename) ("s" persp-state-save) ("l" persp-state-load) ("w" ha-switch-to-special) ; The most special perspective