diff --git a/init.el b/init.el index aa00cf7..063fabc 100644 --- a/init.el +++ b/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'.