Skip to content

Commit

Permalink
Merge pull request #126 from yuhan0/master
Browse files Browse the repository at this point in the history
Add support for outline-minor-mode
  • Loading branch information
nashamri committed Nov 7, 2018
2 parents 0732f18 + a35e586 commit a92c36a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spacemacs-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))

Expand Down

0 comments on commit a92c36a

Please sign in to comment.