From ecf12e9a60af098e188c1863f1fe4af30b3bc27f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 Jan 2023 18:01:24 -0800 Subject: 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 --- emacs/custom/my-ui.el | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'emacs/custom/my-ui.el') 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) -- cgit v1.2.3