summaryrefslogtreecommitdiff
path: root/emacs/custom/my-ui.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-ui.el12
1 files changed, 1 insertions, 11 deletions
diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el
index 930f615..3ced78c 100644
--- a/emacs/custom/my-ui.el
+++ b/emacs/custom/my-ui.el
@@ -26,17 +26,7 @@
;; The following accept lists of properties
standard-themes-links '(neutral-underline bold)
standard-themes-region '(no-extend neutral intense)
- standard-themes-prompts '(bold italic)
-
- ;; more complex alist to set weight, height, and optional
- ;; `variable-pitch' per heading level (t is for any level not
- ;; specified):
- standard-themes-headings
- '((0 . (extrabold 1.3))
- (1 . (bold 1.25))
- (2 . (semibold 1.2))
- (3 . (medium 1.15))
- (t . (1.1))))
+ standard-themes-prompts '(bold italic))
;; Disable all other themes to avoid awkward blending:
(mapc #'disable-theme custom-enabled-themes)