session management bug #5 fixed

This commit is contained in:
Sameer Rahmani 2015-07-18 13:00:40 +04:30
parent 422200cc29
commit 7204b168de
2 changed files with 2 additions and 3 deletions

View File

@ -100,12 +100,11 @@
(ido-everywhere t)
(flx-ido-mode 1)
(setq ido-use-faces nil)
; If don't want to use the flx's highlights you can turn them off like this
; (setq flx-ido-use-faces nil)
(setq ido-enable-flex-matching t)
(ido-vertical-mode 1)
(desktop-save-mode 1)
;; Backup files ---------------------------------------------
;; Put them in one nice place if possible

View File

@ -2,7 +2,7 @@
;; Variables
;; ---------------------------------------------------------------------
(defvar my-desktop-session-dir
(concat (concat default-directory "~/.tmp/sessions/"))
(concat (getenv "HOME") "/tmp1/")
"*Directory to save desktop sessions in")
(defvar my-desktop-session-name-hist nil