switch to vanilla doom-modeline (better for my needs)

This commit is contained in:
KemoNine 2022-04-25 19:25:25 -04:00
parent 87577a5171
commit dc4cb2b724
2 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,7 @@
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ; this goes in chemacs2 init -- DO NOT UNCOMMENT (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ; this goes in chemacs2 init -- DO NOT UNCOMMENT
(package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT (package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT
(add-to-list 'package-selected-packages (add-to-list 'package-selected-packages
'(magit helpful helm helm-org helm-ls-git projectile helm-projectile dired-rainbow dired-rainbow-listing dired-single dash s origami diminish persp-mode persp-mode-projectile-bridge modus-themes transpose-frame use-package) '(doom-modeline magit helpful helm helm-org helm-ls-git projectile helm-projectile dired-rainbow dired-rainbow-listing dired-single dash s origami diminish persp-mode persp-mode-projectile-bridge modus-themes transpose-frame use-package)
) )
(require 'use-package) (require 'use-package)
@ -374,6 +374,13 @@
(diminish 'helm-mode) (diminish 'helm-mode)
(diminish 'eldoc-mode) (diminish 'eldoc-mode)
;
; doom-modeline
(require 'doom-modeline)
(setq all-the-icons-color-icons nil)
(setq find-file-visit-truename t)
(doom-modeline-mode 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; flyspell ; flyspell
;(require 'flyspell) ;(require 'flyspell)

View File

@ -73,6 +73,7 @@ open scratch buffer. paste below into it as the contents then do `M-x ev-b RET`
(defvar packages-default '( (defvar packages-default '(
modus-themes modus-themes
all-the-icons
persp-mode persp-mode
diminish diminish
dash dash
@ -83,6 +84,7 @@ open scratch buffer. paste below into it as the contents then do `M-x ev-b RET`
projectile projectile
helm-projectile helm-projectile
persp-mode-projectile-bridge persp-mode-projectile-bridge
doom-modeline
s s
f f
oragami oragami