dotfiles/.doom.d/custom.el

16 lines
630 B
EmacsLisp
Raw Permalink Normal View History

2021-12-14 12:34:23 +00:00
(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.
2022-09-11 08:27:10 +00:00
'(auth-source-save-behavior nil)
'(safe-local-variable-values
'((ssh-deploy-on-explicit-save . t)
(ssh-deploy-on-explicit-save . f))))
2021-12-14 12:34:23 +00:00
(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.
)