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
|
doom-themes-enable-italic t ; if nil, italics is universally disabled
|
||||||
)
|
)
|
||||||
(load-theme 'doom-gruvbox-light t)
|
(load-theme 'doom-gruvbox-light t)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Autocompletion configuration
|
;; Autocompletion configuration
|
||||||
;(use-package ido-vertical-mode
|
;(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.
|
; Eat is a terminal emulator that can integrate nicely with eshell, allows us to run full ncurses applications inside eshell.
|
||||||
(use-package eat
|
(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
|
:ensure t
|
||||||
:init
|
:init
|
||||||
;; For `eat-eshell-mode'.
|
;; For `eat-eshell-mode'.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue