diff options
author | Alan Pearce | 2017-06-06 15:15:43 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-06 15:15:43 +0200 |
commit | 092cf6177b2214d9cd3df63a8398366f6ac7a531 (patch) | |
tree | 949ccfbe604246c7740f346d54bcc6e36d9fca22 /emacs/.emacs.d | |
parent | 96a78bc25bf55e8f55d113b09e8de59b5b94e8b3 (diff) | |
download | nixfiles-092cf6177b2214d9cd3df63a8398366f6ac7a531.tar.lz nixfiles-092cf6177b2214d9cd3df63a8398366f6ac7a531.tar.zst nixfiles-092cf6177b2214d9cd3df63a8398366f6ac7a531.zip |
Emacs: Update projectile commentary
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 456b99f8..124fa15a 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -532,8 +532,7 @@ Step over Silver Search, here comes a new challenger. ** Projectile Projectile is awesome for working in projects, especially VCS-backed -ones. I added a couple of functions to allow me to open new projects -based upon some folder conventions I use. +ones. #+BEGIN_SRC emacs-lisp (use-package projectile |