|
|
|
@ -107,7 +107,8 @@ |
|
|
|
|
;; they are implemented. |
|
|
|
|
|
|
|
|
|
(setq display-line-numbers-type 'relative) |
|
|
|
|
(setq projectile-project-search-path '("~/Documents/apps/" "~/Sites" "~/Documents/maschinendeck/")) |
|
|
|
|
(setq projectile-project-search-path '("~/Documents/apps/" "~/Documents/apps/fsi/laniv" "~/Sites" "~/Documents/maschinendeck/")) |
|
|
|
|
(setq projectile-enable-caching nil) |
|
|
|
|
|
|
|
|
|
; Tabs |
|
|
|
|
; https://dougie.io/emacs/indentation/#functions-for-enablingdisabling-tabs |
|
|
|
@ -162,3 +163,5 @@ |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
(setq centaur-tabs-cycle-scope 'tabs) |
|
|
|
|
|
|
|
|
|
(setq flycheck-gcc-language-standard "c++20") |
|
|
|
|