diff options
author | Alan Pearce | 2017-04-24 19:37:18 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-24 19:37:18 +0200 |
commit | a90d2adc0804fda23f86a5a444abe7cfaa0e311e (patch) | |
tree | 07943b0a629af5b3f890edb9bd107c7096836f32 | |
parent | 819d7f6ea51d9b1b52b3f283e6b9193dcd5f46e6 (diff) | |
download | nixfiles-a90d2adc0804fda23f86a5a444abe7cfaa0e311e.tar.lz nixfiles-a90d2adc0804fda23f86a5a444abe7cfaa0e311e.tar.zst nixfiles-a90d2adc0804fda23f86a5a444abe7cfaa0e311e.zip |
Emacs: Remove unused var
-rw-r--r-- | emacs/.emacs.d/init.org | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 84609ac2..6ecd9061 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -426,10 +426,6 @@ configuration with crux.el * 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"))))) |