+projectile config, +cmakelists.txt to root-files

This commit is contained in:
oreodave
2020-04-12 01:37:56 +01:00
parent 7d72e5e736
commit b1805013b5

View File

@@ -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