diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-15 17:23:10 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-15 17:24:08 +0000 |
commit | bb1565e03bd9aca8117d6ed2894fa60e529130ee (patch) | |
tree | eb9b7502d2526eff6df90e32072600ef79ea5c78 /doom.d | |
parent | 7ad7457a06915cbbffc806c8ec46ff863695b2d6 (diff) |
added new stuff to Doom
Diffstat (limited to '')
-rw-r--r-- | doom.d/init.el | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index af987b7..e136fef 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -21,26 +21,25 @@ ;;layout ; auie,ctsrnm is the superior home row :completion - company ; the ultimate code completion backend + (company +chilframe) ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - (ivy +fuzzy) ; a search engine for love and life - vertico ; the search engine of the future + ;;(ivy +fuzzy) ; a search engine for love and life + (vertico +icons) ; the search engine of the future :ui deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs - ;;doom-quit ; DOOM quit-message prompts when you quit Emacs - ;;(emoji +unicode) ; 🙂 + doom-quit ; DOOM quit-message prompts when you quit Emacs + (emoji +unicode) ; 🙂 ;; hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;; ;;hydra ;; ;;indent-guides ; highlighted indent columns ;; ;;ligatures ; ligatures and symbols to make your code pretty again ;; ;;minimap ; show a map of the code on the side - ;; modeline - ; snazzy, Atom-inspired modeline, plus API - ;;nav-flash ; blink cursor line after big motions + modeline ; snazzy, Atom-inspired modeline, plus API + nav-flash ; blink cursor line after big motions ;;neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows @@ -62,7 +61,7 @@ ;;lispy ; vim for lisp, for people who don't like vim ;;multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent - parinfer ; turn lisp into python, sort of + ;;parinfer ; turn lisp into python, sort of ;;rotate-text ; cycle region at point between text candidates snippets ; my elves. They type so I don't have to ;;word-wrap ; soft wrapping with language-aware indent |