tune perp-mode to auto-resume faster and to not auto-add files to perspectives

This commit is contained in:
KemoNine 2022-04-24 17:41:55 -04:00
parent e7dfca78c4
commit f82a66c959
1 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,8 @@ e "meta" "unity" "tres" "tscn" "import" "godot"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; persp-mode
(setq persp-auto-resume-time 0.25)
(setq persp-add-buffer-on-find-file nil)
(with-eval-after-load "persp-mode-autoloads"
(setq wg-morph-on nil) ;; switch off animation
(setq persp-autokill-buffer-on-remove 'kill-weak)