Minor cleanup
This commit is contained in:
parent
6537c069ae
commit
eafbe0bc15
10
init.el
10
init.el
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Reference in New Issue