diff options
| author | 2024-11-02 20:33:07 +0200 | |
|---|---|---|
| committer | 2024-11-02 21:14:10 +0200 | |
| commit | 6c766f3cf6388b5a66749691dc264251ab52bb9f (patch) | |
| tree | 421832b703b33d8957f3a05163e70d096e8c1984 /shared/custom.el | |
| parent | Reorder gnutls-algorithm-priority setting (diff) | |
| download | emacs.d-6c766f3cf6388b5a66749691dc264251ab52bb9f.tar.gz emacs.d-6c766f3cf6388b5a66749691dc264251ab52bb9f.tar.xz emacs.d-6c766f3cf6388b5a66749691dc264251ab52bb9f.zip | |
Merge in work config
Diffstat (limited to '')
| -rw-r--r-- | shared/custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/custom.el b/shared/custom.el index 42627c3..9af1d9f 100644 --- a/shared/custom.el +++ b/shared/custom.el | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | ;; Your init file should contain only one such instance. | 4 | ;; Your init file should contain only one such instance. |
| 5 | ;; If there is more than one, they won't work right. | 5 | ;; If there is more than one, they won't work right. |
| 6 | '(custom-safe-themes | 6 | '(custom-safe-themes |
| 7 | '("7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default))) | 7 | '("7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default)) |
| 8 | '(auth-source-save-behavior nil)) | ||
| 8 | (custom-set-faces | 9 | (custom-set-faces |
| 9 | ;; custom-set-faces was added by Custom. | 10 | ;; custom-set-faces was added by Custom. |
| 10 | ;; If you edit it by hand, you could mess it up, so be careful. | 11 | ;; If you edit it by hand, you could mess it up, so be careful. |