diff options
author | fpi | 2020-01-29 23:19:28 +0100 |
---|---|---|
committer | fpi | 2020-01-29 23:20:20 +0100 |
commit | fa3cb3a7d3927d38680584f8e2345b2423588ca6 (patch) | |
tree | 0dfddbb9491f4554ac6d38d004b8a662d85bb50b | |
parent | Functions to create floating frames (diff) |
Set face for #+RESULTS: lines
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index afb6f90..f27a10f 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -505,6 +505,10 @@ The above macro can be used like this. :height 0.8 :family ,sans-mono-font :foreground ,slate)) + (org-meta-line + (:foreground ,comment) + (:height 0.8 + :foreground ,gray)) (org-document-info-keyword (:foreground ,comment) (:height 0.8 |