Emacs: Remove unused var
Alan Pearce alan@alanpearce.uk
Mon, 24 Apr 2017 19:37:18 +0200
1 files changed, 0 insertions(+), 4 deletions(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -426,10 +426,6 @@ * Projects #+BEGIN_SRC emacs-lisp -(defvar projects-root-directory "~/projects") -#+END_SRC - -#+BEGIN_SRC emacs-lisp (defun switch-to-dotfiles () (interactive) (projectile-switch-project-by-name (car (split-string (shell-command-to-string "ghq list --full-path dotfiles")))))