Remove the persp-state-save hook

It often overwrites a saved session which is a bit annoying if you have a good
layout.
This commit is contained in:
Andreas Zweili 2023-01-15 14:04:52 +01:00
parent 63319c95f3
commit 8991fec205
1 changed files with 0 additions and 1 deletions

View File

@ -11,5 +11,4 @@
(define-key evil-normal-state-map "gr" 'persp-rename)
(define-key evil-normal-state-map "gc" 'persp-kill)
(setq persp-state-default-file "~/.emacs.d/persp-session")
(add-hook 'kill-emacs-hook #'persp-state-save)
(persp-mode))