summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org
index 304faec..15bc1ee 100644
--- a/config.org
+++ b/config.org
@@ -104,6 +104,12 @@ on some major modes rather than globally
** Ease of use
+*** Set default directory
+
+#+begin_src emacs-lisp
+ (setq default-directory "~/")
+#+end_src
+
*** Enable copy-pasting outside of emacs
#+begin_src emacs-lisp
(setq x-select-enable-clipboard t)