summaryrefslogtreecommitdiff
path: root/desktop-conf.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-29 12:33:03 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-29 12:33:03 +0800
commitc8d4224e42a710b262e8ba67d720f6eff4e89fcb (patch)
treebb631456e910e1aeb8984e00db8e3a605f438561 /desktop-conf.el
parent43afe6c5db55704f787aaee4cedd7f4c69206b8b (diff)
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.
Diffstat (limited to 'desktop-conf.el')
-rw-r--r--desktop-conf.el4
1 files changed, 2 insertions, 2 deletions
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)