This commit is contained in:
MitchMarq42 2022-10-04 17:57:54 -08:00
parent aab6fa1ac8
commit a4e925750b

View File

@ -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)
:hook (eshell-mode . eshell-vterm-mode))
(use-package eshell-syntax-highlighting
:after eshell
:hook (eshell-mode . eshell-syntax-highlighting-mode))
(use-package eshell-prompt-extras
:after eshell
@ -238,6 +239,7 @@ Otherwise, kill back 1 letter."
"C-." 'embark-act
"C-;" 'embark-dwim)
:init
;; :TODO: Should we put this in the which-key section?
(defun embark-which-key-indicator ()
"An embark indicator that displays keymaps using which-key.
The which-key help message will show the type and value of the
@ -441,7 +443,6 @@ targets."
;; (evil . (telephone-line-airline-position-segment))))
;; :init (telephone-line-mode t))
;; Custom Theme.
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
(use-package autothemer
@ -539,7 +540,6 @@ targets."
;; Hex colors
(use-package rainbow-mode
:diminish
:defer 10
:hook (prog-mode . rainbow-mode))
;; Nobody loves a good language
@ -763,7 +763,6 @@ targets."
(:type git
:repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el"))
(use-package info-variable-pitch
:straight
(:type git :host github