From 95647351e542d67de3073dd019d9bb545fc0db3a Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 3 Aug 2020 01:25:29 +0200 Subject: [PATCH] Emacs: Disable caching again. I'll enable it as a dir local variable for ~/.emacs.d for now. --- init.d/programming/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 7108465..ad4b81b 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -1,6 +1,6 @@ ;;; 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: @@ -130,7 +130,7 @@ collapse other projects." -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DWITH_TESTS=YES ..") (projectile-completion-system 'ivy) (projectile-indexing-method 'hybrid) ; Allow filtering. - (projectile-enable-caching t) + ;; (projectile-enable-caching t) (projectile-globally-ignored-file-suffixes '("~"))) :config (progn (setq projectile-project-compilation-cmd