diff options
author | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:37:56 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:37:56 +0100 |
commit | b1805013b51022d9143d6efa31f0077a7dfc776b (patch) | |
tree | 1a2042dc5dc62e1cc7af87815006571bffb90b91 /doom.d/org/config.org | |
parent | 7d72e5e736b16d7e2e83c29f95ff848d394fec3c (diff) | |
download | dotfiles-b1805013b51022d9143d6efa31f0077a7dfc776b.tar.gz dotfiles-b1805013b51022d9143d6efa31f0077a7dfc776b.tar.bz2 dotfiles-b1805013b51022d9143d6efa31f0077a7dfc776b.zip |
+projectile config, +cmakelists.txt to root-files
Diffstat (limited to 'doom.d/org/config.org')
-rw-r--r-- | doom.d/org/config.org | 6 |
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 |