aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config/config.org
diff options
context:
space:
mode:
authorodave <aryadevchavali1@gmail.com>2020-03-26 19:10:07 +0000
committerodave <aryadevchavali1@gmail.com>2020-03-26 19:10:07 +0000
commitd689b505dab3905349cace54ef0d6f7702ca7eb3 (patch)
tree439db465ab5b5211f3805e7c937e13cd7bc85796 /doom.d/config/config.org
parent69af0bc2d35c5cd126a6aeefa2a3e76e818c479c (diff)
downloaddotfiles-d689b505dab3905349cace54ef0d6f7702ca7eb3.tar.gz
dotfiles-d689b505dab3905349cace54ef0d6f7702ca7eb3.tar.bz2
dotfiles-d689b505dab3905349cace54ef0d6f7702ca7eb3.zip
-projectile config
Diffstat (limited to 'doom.d/config/config.org')
-rw-r--r--doom.d/config/config.org17
1 files changed, 0 insertions, 17 deletions
diff --git a/doom.d/config/config.org b/doom.d/config/config.org
index 6f58115..27db521 100644
--- a/doom.d/config/config.org
+++ b/doom.d/config/config.org
@@ -38,23 +38,6 @@ Some quality of life things and others that I couldn't really put in one categor
- Add libgen to search providers
* Package Config
Config for or based heavily around specific packages that I find very important
-** Projectile
-Really simple, just want to set projectile-tags-command when projectile has
-loaded, and easily add new ignores if necessary. Add a new ignore to the tags-alist.
-
-Add a few items to the projectile-root-files list
-#+BEGIN_SRC elisp
-(after! projectile
- (setq oreodave-tags-alist '("Makefile" "node_modules" "bin" "dist" "obj" "'*.json'"))
- (defun oreodave/config/construct-tags ()
- (reduce (lambda (x y) (concat x y)) (mapcar (lambda (i) (concat " --exclude=" i)) oreodave-tags-alist)
- :initial-value "exctags -Re ")
- )
- (setq projectile-tags-command (oreodave/config/construct-tags))
- (cl-pushnew "CMakeLists.txt" projectile-project-root-files :test #'string=)
- (cl-pushnew "README.org" projectile-project-root-files :test #'string=)
- (cl-pushnew "doc.org" projectile-project-root-files :test #'string=))
-#+END_SRC
** DAP
A keybind and a routine