diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 223fada..29afa2a 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -470,10 +470,14 @@ (require 'org-tempo) (use-package perspective + :custom + ;; NOTE! I have also set 'SCP =' to open the perspective menu. + ;; I'm only setting the additional binding because setting it + ;; helps suppress an annoying warning message. + (persp-mode-prefix-key (kbd "C-c M-p")) :init (persp-mode) :config - (setq persp-suppress-no-prefix-key-warning t) ;; Sets a file to write to when we save states (setq persp-state-default-file "~/.config/emacs/sessions"))