From 00e0b47374c5b8e1a6109718f627016b2ab4eeac Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 1 Jan 2021 10:56:51 -0600 Subject: Add org-tag face --- config.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 89fe21b..b4a6d6f 100644 --- a/config.org +++ b/config.org @@ -1027,6 +1027,20 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m (cuss org-directory "~/Org") #+END_SRC +**** Tags + +#+begin_src emacs-lisp + (cuss org-tags-column 0 + "Show tags directly after the headline. + This is the best-looking option with variable-pitch fonts.") + + (cussface + '(org-tag + ((t + (:height 0.8 :weight normal :slant italic :foreground "grey40" :inherit + (variable-pitch)))))) +#+end_src + *** Org Agenda #+BEGIN_SRC emacs-lisp -- cgit 1.4.1-21-gabe81