Remove doom group

Not really useful, and Doom doesn't encourage using the Emacs Customize
interface.
This commit is contained in:
Henrik Lissner 2018-02-18 03:04:36 -05:00
parent b05ccbb98e
commit 7707aec28a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 8 additions and 13 deletions

View file

@ -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

View file

@ -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)

View file

@ -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)
;; ;;

View file

@ -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))))

View file

@ -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)