diff --git a/emacs/emacs.doom/init.el b/emacs/emacs.doom/init.el index cedc642..f0ded19 100644 --- a/emacs/emacs.doom/init.el +++ b/emacs/emacs.doom/init.el @@ -32,13 +32,9 @@ (company +childframe) ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - (ivy +fuzzy +icons +prescient) ; a search engine for love and life + ;; (ivy +childframe +fuzzy +icons +prescient) ; a search engine for love and life (vertico +icons) ; the search engine of the future - :config - ;;literate - (default +bindings +smartparens) - :editor (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files @@ -53,6 +49,10 @@ snippets ; my elves. They type so I don't have to word-wrap ; soft wrapping with language-aware indent + :config + ;;literate + (default +evil +bindings +smartparens) + :emacs (dired +icons) ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent @@ -167,6 +167,7 @@ ;;rgb ; creating color strings taskrunner ; taskrunner for all your projects terraform ; infrastructure as code + tree-sitter ;;tmux ; an API for interacting with tmux ;;upload ; map local to remote projects via ssh/ftp