tune perp-mode to auto-resume faster and to not auto-add files to perspectives
This commit is contained in:
parent
e7dfca78c4
commit
f82a66c959
|
@ -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)
|
||||
|
|
Reference in a new issue