all repos — archive/dotfiles @ 7f7087d808a6e441e6c3aa36aa8328e93f63d256

Superseded by nixfiles

Emacs: Fix switch-to-dotfiles issue
Alan Pearce alan@alanpearce.uk
Mon, 24 Apr 2017 19:24:44 +0200
commit

7f7087d808a6e441e6c3aa36aa8328e93f63d256

parent

cc70e91eeeefc70bced1e1e126e3b0a2875e7899

1 files changed, 1 insertions(+), 1 deletions(-)

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