Emacs: Point switch-to-dotfiles to new dotfiles folder
Alan Pearce alan@alanpearce.uk
Mon, 20 Mar 2017 08:46:04 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -423,7 +423,7 @@ #+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