summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-24 19:37:18 +0200
committerAlan Pearce2017-04-24 19:37:18 +0200
commita90d2adc0804fda23f86a5a444abe7cfaa0e311e (patch)
tree07943b0a629af5b3f890edb9bd107c7096836f32 /emacs
parent819d7f6ea51d9b1b52b3f283e6b9193dcd5f46e6 (diff)
downloaddotfiles-a90d2adc0804fda23f86a5a444abe7cfaa0e311e.tar.lz
dotfiles-a90d2adc0804fda23f86a5a444abe7cfaa0e311e.tar.zst
dotfiles-a90d2adc0804fda23f86a5a444abe7cfaa0e311e.zip
Emacs: Remove unused var
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 84609ac..6ecd906 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")))))