diff options
-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"))))) |