custom saved safe vars

This commit is contained in:
Yisroel Baum 2025-09-07 15:30:41 +03:00
parent 5193e70b74
commit 7ba29e0ff0
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

16
init.el
View file

@ -42,3 +42,19 @@
(use-package smartparens
:config (require 'smartparens-config)
:init (smartparens-global-mode))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes
'("e4a702e262c3e3501dfe25091621fe12cd63c7845221687e36a79e17cf3a67e0" "aec7b55f2a13307a55517fdf08438863d694550565dee23181d2ebd973ebd6b8" default))
'(safe-local-variable-values
'((projectile-project-test-cmd . "php ./vendor/bin/phpunit --color=never --verbose"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)