cleanup
This commit is contained in:
parent
aab6fa1ac8
commit
a4e925750b
@ -153,6 +153,7 @@ This is taken from a website that I can't remember at the moment."
|
|||||||
:custom (eshell-destroy-buffer-when-process-dies t)
|
:custom (eshell-destroy-buffer-when-process-dies t)
|
||||||
:hook (eshell-mode . eshell-vterm-mode))
|
:hook (eshell-mode . eshell-vterm-mode))
|
||||||
(use-package eshell-syntax-highlighting
|
(use-package eshell-syntax-highlighting
|
||||||
|
:after eshell
|
||||||
:hook (eshell-mode . eshell-syntax-highlighting-mode))
|
:hook (eshell-mode . eshell-syntax-highlighting-mode))
|
||||||
(use-package eshell-prompt-extras
|
(use-package eshell-prompt-extras
|
||||||
:after eshell
|
:after eshell
|
||||||
@ -238,6 +239,7 @@ Otherwise, kill back 1 letter."
|
|||||||
"C-." 'embark-act
|
"C-." 'embark-act
|
||||||
"C-;" 'embark-dwim)
|
"C-;" 'embark-dwim)
|
||||||
:init
|
:init
|
||||||
|
;; :TODO: Should we put this in the which-key section?
|
||||||
(defun embark-which-key-indicator ()
|
(defun embark-which-key-indicator ()
|
||||||
"An embark indicator that displays keymaps using which-key.
|
"An embark indicator that displays keymaps using which-key.
|
||||||
The which-key help message will show the type and value of the
|
The which-key help message will show the type and value of the
|
||||||
@ -441,7 +443,6 @@ targets."
|
|||||||
;; (evil . (telephone-line-airline-position-segment))))
|
;; (evil . (telephone-line-airline-position-segment))))
|
||||||
;; :init (telephone-line-mode t))
|
;; :init (telephone-line-mode t))
|
||||||
|
|
||||||
|
|
||||||
;; Custom Theme.
|
;; Custom Theme.
|
||||||
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
||||||
(use-package autothemer
|
(use-package autothemer
|
||||||
@ -539,7 +540,6 @@ targets."
|
|||||||
;; Hex colors
|
;; Hex colors
|
||||||
(use-package rainbow-mode
|
(use-package rainbow-mode
|
||||||
:diminish
|
:diminish
|
||||||
:defer 10
|
|
||||||
:hook (prog-mode . rainbow-mode))
|
:hook (prog-mode . rainbow-mode))
|
||||||
|
|
||||||
;; Nobody loves a good language
|
;; Nobody loves a good language
|
||||||
@ -763,7 +763,6 @@ targets."
|
|||||||
(:type git
|
(:type git
|
||||||
:repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el"))
|
:repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el"))
|
||||||
|
|
||||||
|
|
||||||
(use-package info-variable-pitch
|
(use-package info-variable-pitch
|
||||||
:straight
|
:straight
|
||||||
(:type git :host github
|
(:type git :host github
|
||||||
|
Loading…
Reference in New Issue
Block a user