summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 1c59589b..961c7099 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -721,6 +721,9 @@ Values: `desktop', `server', `laptop'")
   :bind (("C-c C-f" . projectile-find-file)
          ("s-x s-f" . projectile-find-file))
   :init (projectile-global-mode)
+  :config (progn
+            (setq projectile-switch-project-action #'projectile-dired
+                  projectile-remember-window-configs t)))
 
 (use-package project-persist
   :commands (project-persist-mode)