Emacs: Fix switch-to-dotfiles issue
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -432,7 +432,7 @@ #+BEGIN_SRC emacs-lisp (defun switch-to-dotfiles () (interactive) - (projectile-switch-project-by-name (split-string (shell-command-to-string "ghq list --full-path dotfiles")))) + (projectile-switch-project-by-name (car (split-string (shell-command-to-string "ghq list --full-path dotfiles"))))) #+END_SRC ** The Silver Searcher