Emacs: Disable caching again.
I'll enable it as a dir local variable for ~/.emacs.d for now.
This commit is contained in:
parent
5a7baa82c7
commit
95647351e5
|
@ -1,6 +1,6 @@
|
||||||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-07-29T16:55:54+0200>
|
;; Time-stamp: <2020-08-03T01:15:14+0200>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ collapse other projects."
|
||||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWITH_TESTS=YES ..")
|
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWITH_TESTS=YES ..")
|
||||||
(projectile-completion-system 'ivy)
|
(projectile-completion-system 'ivy)
|
||||||
(projectile-indexing-method 'hybrid) ; Allow filtering.
|
(projectile-indexing-method 'hybrid) ; Allow filtering.
|
||||||
(projectile-enable-caching t)
|
;; (projectile-enable-caching t)
|
||||||
(projectile-globally-ignored-file-suffixes '("~")))
|
(projectile-globally-ignored-file-suffixes '("~")))
|
||||||
:config (progn
|
:config (progn
|
||||||
(setq projectile-project-compilation-cmd
|
(setq projectile-project-compilation-cmd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user