mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Minor edits
This commit is contained in:
@@ -694,10 +694,14 @@ Org-tempo is not a separate package but a module within org that can be enabled.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user