cleaning up, fixing bindings, prep for big update
This commit is contained in:
parent
20b35a3b70
commit
4392237f11
5 changed files with 23 additions and 63 deletions
8
init.el
8
init.el
|
@ -15,8 +15,8 @@
|
|||
;; directory (for easy access to its source code).
|
||||
|
||||
(doom! :completion
|
||||
(vertico +orderless) ; the search engine of the future
|
||||
(corfu +orderless +icons)
|
||||
(vertico +orderless +icons) ; the search engine of the future
|
||||
(corfu +orderless +icons +dabbrev)
|
||||
|
||||
:ui
|
||||
doom ; what makes DOOM look the way it does
|
||||
|
@ -25,7 +25,7 @@
|
|||
(emoji +unicode) ; 🙂
|
||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||
;; indent-guides ; highlighted indent columns
|
||||
ligatures ; ligatures and symbols to make your code pretty again
|
||||
(ligatures +extra) ; 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
|
||||
|
@ -160,7 +160,7 @@
|
|||
:app
|
||||
calendar
|
||||
;;emms
|
||||
;;everywhere ; *leave* Emacs!? You must be joking
|
||||
everywhere ; *leave* Emacs!? You must be joking
|
||||
;;irc ; how neckbeards socialize
|
||||
;; (rss +org) ; emacs as an RSS reader
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue