summaryrefslogtreecommitdiff
path: root/emacs-custom.el
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-05-18 00:59:11 +0100
committerSam Light <samlight1994@gmail.com>2025-05-18 00:59:11 +0100
commit88bc474001ec622eecf388c08d58f03cad0a77aa (patch)
tree47215ee2b1cc1d7d0fe7854d7ec7791cb5b57cad /emacs-custom.el
parente653d4d5cafaa79a5340b1f91ba5e1677d946709 (diff)
Removed emacs-custom.el
Diffstat (limited to 'emacs-custom.el')
-rw-r--r--emacs-custom.el27
1 files changed, 0 insertions, 27 deletions
diff --git a/emacs-custom.el b/emacs-custom.el
deleted file mode 100644
index e14f31d..0000000
--- a/emacs-custom.el
+++ /dev/null
@@ -1,27 +0,0 @@
-;;; -*- 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")))))