aboutsummaryrefslogtreecommitdiff
path: root/doom.d/org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/org')
-rw-r--r--doom.d/org/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/doom.d/org/config.org b/doom.d/org/config.org
index f06e4fd..c6e55d8 100644
--- a/doom.d/org/config.org
+++ b/doom.d/org/config.org
@@ -164,6 +164,12 @@ Keybinds to org-mode for flyspell package
:desc "Autocorrect word" "a" #'flyspell-auto-correct-word
:desc "Goto next error" "w" #'flyspell-goto-next-error)
#+END_SRC
+** Projectile
+Add CMakeLists.txt to projectile-project-roots.
+#+BEGIN_SRC elisp
+(after! projectile
+ (cl-pushnew "CMakeLists.txt" projectile-project-root-files :test 'string=))
+#+END_SRC
* Language Config
Configuration for various languages which I feel can be useful
** C-style languages