Add support for XAH-ELISP-MODE

This commit is contained in:
Protesilaos Stavrou 2019-12-24 22:09:45 +02:00
parent 4ce43d4a9f
commit 8bd7bb780a
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 11 additions and 0 deletions

View File

@ -266,6 +266,7 @@ the "full support" may not be 100% true…
+ which-key
+ whitespace-mode
+ writegood-mode
+ xah-elisp-mode
+ xterm-color (and ansi-colors)
+ ztree

View File

@ -1605,6 +1605,11 @@ between foreground and background is >= 7:1)."
`(writegood-duplicates-face ((,class (:background ,bg-alt :foreground ,red-alt-other :underline t))))
`(writegood-passive-voice-face ((,class (:background ,bg-alt :foreground ,cyan-alt-other :underline t))))
`(writegood-weasels-face ((,class (:background ,bg-alt :foreground ,yellow-alt-other :underline t))))
;;;; xah-elisp-mode
`(xah-elisp-at-symbol ((,class (:foreground ,red-alt :weight bold))))
`(xah-elisp-cap-variable ((,class (:foreground ,red-alt-other))))
`(xah-elisp-command-face ((,class (:foreground ,cyan-alt-other))))
`(xah-elisp-dollar-symbol ((,class (:foreground ,green))))
;;;; ztree
`(ztreep-arrow-face ((,class (:foreground ,fg-inactive))))
`(ztreep-diff-header-face ((,class (:height 1.2 :foreground ,fg-special-cold :weight bold))))

View File

@ -1605,6 +1605,11 @@ between foreground and background is >= 7:1)."
`(writegood-duplicates-face ((,class (:background ,bg-alt :foreground ,red-alt-other :underline t))))
`(writegood-passive-voice-face ((,class (:background ,bg-alt :foreground ,cyan-alt-other :underline t))))
`(writegood-weasels-face ((,class (:background ,bg-alt :foreground ,yellow-alt-other :underline t))))
;;;; xah-elisp-mode
`(xah-elisp-at-symbol ((,class (:foreground ,red-alt :weight bold))))
`(xah-elisp-cap-variable ((,class (:foreground ,red-alt-other))))
`(xah-elisp-command-face ((,class (:foreground ,cyan-alt-other))))
`(xah-elisp-dollar-symbol ((,class (:foreground ,green))))
;;;; ztree
`(ztreep-arrow-face ((,class (:foreground ,fg-inactive))))
`(ztreep-diff-header-face ((,class (:height 1.2 :foreground ,fg-special-cold :weight bold))))