Set the default directory
This commit is contained in:
parent
99264daea8
commit
7b3e2b0d05
@ -8,6 +8,10 @@ It's meant to be loaded from init.el like so:
|
||||
(org-babel-load-file (expand-file-name "path/to/init.org"))
|
||||
#+END_SRC
|
||||
|
||||
* Default directory
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(cd "~")
|
||||
#+END_SRC
|
||||
* Packages
|
||||
Set up package.el to load from ELPA and MELPA
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user