summaryrefslogtreecommitdiff
path: root/emacs/custom/my-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-31 18:01:24 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-31 18:01:24 -0800
commitecf12e9a60af098e188c1863f1fe4af30b3bc27f (patch)
tree28a6b946fda2b48ca96d8b63c84a924b572883b9 /emacs/custom/my-ui.el
parentref(eshell): remove unnecessary variables (diff)
downloademacs.d-ecf12e9a60af098e188c1863f1fe4af30b3bc27f.tar.gz
ref(org-mode): a number of tweaks
- use org-cliplink to add bookmarks - remove the sequence for TO-READ/READING/READ since I don't use it - remove a projects.org since all tasks end up in tasks.org with tagging. This was adding a layer of complexity I don't need - move habits to tasks.org - add a capture template for TIL (today-I-learned) - remove the heading decorations for the theme, I don't like the way it looks Change-Id: I6e25015ec91242cc8b8797a92767a1afa9c08a96
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)