From f82a66c95929594b71f8e0529da28d2a3e852dc0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 24 Apr 2022 17:41:55 -0400 Subject: [PATCH] tune perp-mode to auto-resume faster and to not auto-add files to perspectives --- common/_global.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/_global.el b/common/_global.el index 4eaad99..fd7b8b1 100644 --- a/common/_global.el +++ b/common/_global.el @@ -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)