diff options
author | Alan Pearce | 2017-03-20 08:46:04 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-20 08:46:04 +0100 |
commit | d8c083931789acd8cdb7f952f5915c84a9a4e78f (patch) | |
tree | d5b0fa2bea05e13c836409efe1d7ae0e05202f77 /emacs/.emacs.d/init.org | |
parent | e23229baf851e14630889b21d956e23f13aae870 (diff) | |
download | nixfiles-d8c083931789acd8cdb7f952f5915c84a9a4e78f.tar.lz nixfiles-d8c083931789acd8cdb7f952f5915c84a9a4e78f.tar.zst nixfiles-d8c083931789acd8cdb7f952f5915c84a9a4e78f.zip |
Emacs: Point switch-to-dotfiles to new dotfiles folder
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 151efbf4..dd67357a 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -423,7 +423,7 @@ configuration with crux.el #+BEGIN_SRC emacs-lisp (defun switch-to-dotfiles () (interactive) - (projectile-switch-project-by-name (expand-file-name "dotfiles" home-project-directory))) + (projectile-switch-project-by-name (expand-file-name "~/dotfiles"))) #+END_SRC ** The Silver Searcher |