all repos — nixfiles @ d8c083931789acd8cdb7f952f5915c84a9a4e78f

System and user configuration, managed by nix and home-manager

Emacs: Point switch-to-dotfiles to new dotfiles folder

Alan Pearce
commit

d8c083931789acd8cdb7f952f5915c84a9a4e78f

parent

e23229baf851e14630889b21d956e23f13aae870

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/.emacs.d/init.orgemacs/.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