Emacs: Mark projectile-enable-caching as safe variable.
This commit is contained in:
parent
357ef51dd0
commit
d41b1a9963
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user