diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-17 20:17:44 +0100 |
commit | 0b48b7d84872ea328ff942d2a2f786efc3319e82 (patch) | |
tree | 1d83b715d124d0a812df6669ac8e8ee4a27a5d26 /emacs-custom.el |
Inital commit
Diffstat (limited to 'emacs-custom.el')
-rw-r--r-- | emacs-custom.el | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/emacs-custom.el b/emacs-custom.el new file mode 100644 index 0000000..e14f31d --- /dev/null +++ b/emacs-custom.el @@ -0,0 +1,27 @@ +;;; -*- lexical-binding: t -*- +(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 '(solarized-dark)) + '(custom-safe-themes + '("833ddce3314a4e28411edf3c6efde468f6f2616fc31e17a62587d6a9255f4633" + "830877f4aab227556548dc0a28bf395d0abe0e3a0ab95455731c9ea5ab5fe4e1" + "51ec7bfa54adf5fff5d466248ea6431097f5a18224788d0bd7eb1257a4f7b773" + "2b0fcc7cc9be4c09ec5c75405260a85e41691abb1ee28d29fcd5521e4fca575b" + "7f1d414afda803f3244c6fb4c2c64bea44dac040ed3731ec9d75275b9e831fe5" + "b49f66a2e1724db880692485a5d5bcb9baf28ed2a3a05c7a799fa091f24321da" + "7fea145741b3ca719ae45e6533ad1f49b2a43bf199d9afaee5b6135fd9e6f9b8" + default)) + '(package-selected-packages + '(ag diminish doom-modeline easy-kill helm-ag helm-projectile magit + smartparens solarized-theme super-save volatile-highlights + whitespace-cleanup-mode))) + +(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. + '(default ((t (:inherit nil :extend nil :stipple nil :background "#002b36" :foreground "#839496" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 115 :width normal :foundry "GOOG" :family "inconsolata"))))) |