Minor cleanup

This commit is contained in:
Curt Spark 2026-02-23 18:34:12 +00:00
parent 6537c069ae
commit eafbe0bc15
1 changed files with 1 additions and 9 deletions

10
init.el
View File

@ -257,7 +257,7 @@
doom-themes-enable-italic t ; if nil, italics is universally disabled
)
(load-theme 'doom-gruvbox-light t)
)
)
;; Autocompletion configuration
;(use-package ido-vertical-mode
@ -366,14 +366,6 @@
)
; Eat is a terminal emulator that can integrate nicely with eshell, allows us to run full ncurses applications inside eshell.
(use-package eat
;:straight '(eat :type git
; :host codeberg
; :repo "akib/emacs-eat"
; :files ("*.el" ("term" "term/*.el") "*.texi"
; "*.ti" ("terminfo/e" "terminfo/e/*")
; ("terminfo/65" "terminfo/65/*")
; ("integration" "integration/*")
; (:exclude ".dir-locals.el" "*-tests.el")))
:ensure t
:init
;; For `eat-eshell-mode'.