custom saved safe vars
This commit is contained in:
parent
5193e70b74
commit
7ba29e0ff0
1 changed files with 16 additions and 0 deletions
16
init.el
16
init.el
|
|
@ -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.
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue