Skip to content

Commit

Permalink
feat(ui): make solaire-mode obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 4, 2024
1 parent fdb62bf commit b5c958f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@
(doom-modeline-enable-word-count t)
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode rst-mode latex-mode tex-mode text-mode)))

(use-package solaire-mode
:straight t
:hook (minemacs-after-startup . solaire-global-mode)
:config
(dolist (face '(mode-line mode-line-active mode-line-inactive mode-line-emphasis))
(setf (alist-get face solaire-mode-remap-alist) nil)))


(provide 'me-core-ui)

Expand Down
21 changes: 21 additions & 0 deletions modules/obsolete/me-solaire.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
;;; me-solaire.el --- Solaire -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")

;;; Commentary:

;;; Code:

(use-package solaire-mode
:straight t
:hook (minemacs-after-startup . solaire-global-mode)
:config
(dolist (face '(mode-line mode-line-active mode-line-inactive mode-line-emphasis))
(setf (alist-get face solaire-mode-remap-alist) nil)))


(provide 'obsolete/me-solaire)

;;; me-solaire.el ends here

0 comments on commit b5c958f

Please sign in to comment.