all repos — nixfiles @ a90d2adc0804fda23f86a5a444abe7cfaa0e311e

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

Emacs: Remove unused var

Alan Pearce
commit

a90d2adc0804fda23f86a5a444abe7cfaa0e311e

parent

819d7f6ea51d9b1b52b3f283e6b9193dcd5f46e6

1 file changed, 0 insertions(+), 4 deletions(-)

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