Emacs: Mark projectile-enable-caching as safe variable.

This commit is contained in:
tastytea 2020-08-03 01:33:15 +02:00
parent 357ef51dd0
commit d41b1a9963
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-08-03T01:15:14+0200>
;; Time-stamp: <2020-08-03T01:31:35+0200>
;;; Commentary:
@ -142,6 +142,7 @@ collapse other projects."
'safe-local-variable #'stringp)
(put 'projectile-project-configure-cmd
'safe-local-variable #'stringp)
(put 'projectile-enable-caching 'safe-local-variable #'booleanp)
;; Auto-search for projects.
(if (f-directory? "~/Projekte")
(setq projectile-project-search-path '("~/Projekte"))))