From 0b6d2923f87275c7c9fb7681568d354499d174f3 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sun, 13 Sep 2015 23:17:50 +0800 Subject: [PATCH] emacs - add temp dir --- emacs.d/.gitignore | 1 + emacs.d/config/init-workgroup2.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.d/.gitignore b/emacs.d/.gitignore index 454bcf7..9a35196 100644 --- a/emacs.d/.gitignore +++ b/emacs.d/.gitignore @@ -15,3 +15,4 @@ projectile-bookmarks.eld config/init-my-theme-2.el config/my-color-theme.el \#* +temp/* diff --git a/emacs.d/config/init-workgroup2.el b/emacs.d/config/init-workgroup2.el index 8f90e07..ebef2cb 100644 --- a/emacs.d/config/init-workgroup2.el +++ b/emacs.d/config/init-workgroup2.el @@ -3,7 +3,7 @@ (setq wg-prefix-key (kbd "C-c z")) -(setq wg-session-file "~/.emacs.d/.emacs_workgroups") +(setq wg-session-file "~/.emacs.d/temp/.emacs_workgroups") (setq wg-mode-line-display-on t) ; Default: (not (featurep 'powerline)) (setq wg-flag-modified t) ; Display modified flags as well (setq wg-mode-line-decor-left-brace "[" -- 2.11.0