diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-16 13:19:56 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-16 13:19:56 +0100 |
commit | 6670244682fe2f18c825e8a2800daf1bcc097775 (patch) | |
tree | 4cb8d6f136a074e4e7a48b7c7fa7fb94bc65b212 | |
parent | be7dc9150cc394178ac263aa057f231ce0b9ebd2 (diff) | |
download | dotfiles-6670244682fe2f18c825e8a2800daf1bcc097775.tar.gz dotfiles-6670244682fe2f18c825e8a2800daf1bcc097775.tar.bz2 dotfiles-6670244682fe2f18c825e8a2800daf1bcc097775.zip |
+better description for projectile section in conf
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 367403e..98e7416 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -92,7 +92,8 @@ become my C one soon! ) #+END_SRC -Really simple, just want to set projectile-tags-command when projectile has loaded +Really simple, just want to set projectile-tags-command when projectile has +loaded, and easily add new ignores if necessary. *** Wakatime #+BEGIN_SRC emacs-lisp (setq wakatime-api-key (shell-command-to-string "pass Keys/Wakatime")) |