From c8d4224e42a710b262e8ba67d720f6eff4e89fcb Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 29 Jan 2021 12:33:03 +0800 Subject: Change the directory to .emacs.d now. Now I don't have to use a special command to launch Emacs. And the configuration files are placed in the normal position now. --- desktop-conf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-conf.el') diff --git a/desktop-conf.el b/desktop-conf.el index 2439c10..4762f42 100644 --- a/desktop-conf.el +++ b/desktop-conf.el @@ -1,6 +1,6 @@ (setq desktop-auto-save-timeout 600) -(setq desktop-dirname "/Users/durand/Desktop/emacs.d/") -(setq desktop-path '("/Users/durand/Desktop/emacs.d/")) +(setq desktop-dirname "/Users/durand/.emacs.d/") +(setq desktop-path '("/Users/durand/.emacs.d/")) (setq desktop-base-file-name "desktop") (setq desktop-files-not-to-save nil) (setq desktop-globals-to-clear nil) -- cgit v1.2.3-18-g5258