emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme a92c36ae6d 273/336: Merge pull request #12


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a92c36ae6d 273/336: Merge pull request #126 from yuhan0/master
Date: Fri, 14 Jan 2022 10:59:44 -0500 (EST)

branch: elpa/spacemacs-theme
commit a92c36ae6daff1827fd1ac41cbdda78fd4d92d42
Merge: 0732f18232 a35e586dce
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #126 from yuhan0/master
    
    Add support for outline-minor-mode
---
 spacemacs-common.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index ef279547f0..23c75c64ec 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -756,6 +756,16 @@ to 'auto, tags may not be properly aligned. "
      `(org-verse ((,class (:inherit org-block :slant italic))))
      `(org-warning ((,class (:foreground ,err :inherit org-priority))))
 
+;;;;; outline
+     `(outline-1 ((,class (:inherit org-level-1))))
+     `(outline-2 ((,class (:inherit org-level-2))))
+     `(outline-3 ((,class (:inherit org-level-3))))
+     `(outline-4 ((,class (:inherit org-level-4))))
+     `(outline-5 ((,class (:inherit org-level-5))))
+     `(outline-6 ((,class (:inherit org-level-6))))
+     `(outline-7 ((,class (:inherit org-level-7))))
+     `(outline-8 ((,class (:inherit org-level-8))))
+
 ;;;;; perspective
      `(persp-selected-face ((,class (:inherit bold :foreground ,func))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]