Remove doom group
Not really useful, and Doom doesn't encourage using the Emacs Customize interface.
This commit is contained in:
parent
b05ccbb98e
commit
7707aec28a
5 changed files with 8 additions and 13 deletions
|
@ -59,11 +59,6 @@ Use this for files that change often, like cache files.")
|
||||||
(defvar doom-autoload-file (concat doom-local-dir "autoloads.el")
|
(defvar doom-autoload-file (concat doom-local-dir "autoloads.el")
|
||||||
"Where `doom//reload-autoloads' will generate its autoloads file.")
|
"Where `doom//reload-autoloads' will generate its autoloads file.")
|
||||||
|
|
||||||
(defgroup doom nil
|
|
||||||
"DOOM Emacs, an Emacs configuration for a stubborn, shell-dwelling and
|
|
||||||
melodramatic ex-vimmer disappointed with the text-editor status quo."
|
|
||||||
:group 'emacs)
|
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;; UTF-8 as the default coding system
|
;; UTF-8 as the default coding system
|
||||||
|
|
|
@ -11,17 +11,17 @@
|
||||||
(defface +regex-match-0-face
|
(defface +regex-match-0-face
|
||||||
`((t (:foreground "Black" :background ,(doom-color 'magenta) :bold t)))
|
`((t (:foreground "Black" :background ,(doom-color 'magenta) :bold t)))
|
||||||
"TODO"
|
"TODO"
|
||||||
:group 'doom)
|
:group 'faces)
|
||||||
|
|
||||||
(defface +regex-match-1-face
|
(defface +regex-match-1-face
|
||||||
`((t (:foreground "Black" :background ,(doom-color 'blue) :bold t)))
|
`((t (:foreground "Black" :background ,(doom-color 'blue) :bold t)))
|
||||||
"TODO"
|
"TODO"
|
||||||
:group 'doom)
|
:group 'faces)
|
||||||
|
|
||||||
(defface +regex-match-2-face
|
(defface +regex-match-2-face
|
||||||
`((t (:foreground "Black" :background ,(doom-color 'green) :bold t)))
|
`((t (:foreground "Black" :background ,(doom-color 'green) :bold t)))
|
||||||
"TODO"
|
"TODO"
|
||||||
:group 'doom)
|
:group 'faces)
|
||||||
|
|
||||||
(defvar +regex-faces
|
(defvar +regex-faces
|
||||||
'(+regex-match-0-face +regex-match-1-face +regex-match-2-face)
|
'(+regex-match-0-face +regex-match-1-face +regex-match-2-face)
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
;;
|
;;
|
||||||
(defface +workspace-tab-selected-face '((t (:inherit 'highlight)))
|
(defface +workspace-tab-selected-face '((t (:inherit 'highlight)))
|
||||||
"The face for selected tabs displayed by `+workspace/display'"
|
"The face for selected tabs displayed by `+workspace/display'"
|
||||||
:group 'doom)
|
:group 'persp-mode)
|
||||||
|
|
||||||
(defface +workspace-tab-face '((t (:inherit 'default)))
|
(defface +workspace-tab-face '((t (:inherit 'default)))
|
||||||
"The face for selected tabs displayed by `+workspace/display'"
|
"The face for selected tabs displayed by `+workspace/display'"
|
||||||
:group 'doom)
|
:group 'persp-mode)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -80,8 +80,8 @@ file-name => comint.el")
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(defgroup +doom-modeline nil
|
(defgroup +doom-modeline nil
|
||||||
""
|
"TODO"
|
||||||
:group 'doom)
|
:group 'faces)
|
||||||
|
|
||||||
(defface doom-modeline-buffer-path
|
(defface doom-modeline-buffer-path
|
||||||
'((t (:inherit (mode-line-emphasis bold))))
|
'((t (:inherit (mode-line-emphasis bold))))
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
(((background light))
|
(((background light))
|
||||||
(:inherit font-lock-comment-face :background ,(doom-color 'base3))))
|
(:inherit font-lock-comment-face :background ,(doom-color 'base3))))
|
||||||
"Face to hightlight `hideshow' overlays."
|
"Face to hightlight `hideshow' overlays."
|
||||||
:group 'doom)
|
:group 'doom-themes)
|
||||||
|
|
||||||
;; Nicer code-folding overlays (with fringe indicators)
|
;; Nicer code-folding overlays (with fringe indicators)
|
||||||
(defun +doom-set-up-overlay (ov)
|
(defun +doom-set-up-overlay (ov)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue