|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
(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
|
|
|
|
|
(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)
|
|
|
|
|
|
|
|
|
@ -374,6 +374,13 @@
|
|
|
|
|
(diminish 'helm-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
|
|
|
|
|
;(require 'flyspell)
|
|
|
|
|