diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-07-18 17:25:14 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-07-18 17:25:14 +0200 |
| commit | 615671876fb35365c98808e860aac052d647d6c0 (patch) | |
| tree | 7f7972f08df5dbdb75257c72450bca65eab21f6f /dot.emacs.d/custom.el | |
| parent | bf022639464f14d1d4fea433f5675ab3175cfa9f (diff) | |
Emacs: various customizations
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Diffstat (limited to 'dot.emacs.d/custom.el')
| -rw-r--r-- | dot.emacs.d/custom.el | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dot.emacs.d/custom.el b/dot.emacs.d/custom.el new file mode 100644 index 0000000..e4bf025 --- /dev/null +++ b/dot.emacs.d/custom.el @@ -0,0 +1,18 @@ +(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-enabled-themes (quote (sanityinc-tomorrow-blue))) + '(custom-safe-themes + (quote + ("82d2cac368ccdec2fcc7573f24c3f79654b78bf133096f9b40c20d97ec1d8016" default))) + '(package-selected-packages + (quote + (linum-relative yaml-mode color-theme-sanityinc-tomorrow)))) +(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. + ) |
