emacs: go back to local config
This commit is contained in:
parent
1dd40440c2
commit
841db5d0ca
3 changed files with 55 additions and 51 deletions
|
@ -21,7 +21,8 @@
|
|||
;;layout ; auie,ctsrnm is the superior home row
|
||||
|
||||
:completion
|
||||
(company +childframe ) ; the ultimate code completion backend
|
||||
;; (company +childframe ) ; the ultimate code completion backend
|
||||
(corfu +orderless +dabbrev)
|
||||
(vertico +icons) ; the search engine of the future
|
||||
|
||||
:ui
|
||||
|
@ -33,7 +34,7 @@
|
|||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||
;;indent-guides ; highlighted indent columns
|
||||
(ligatures +iosevka +extra) ; ligatures and symbols to make your code pretty again
|
||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||
(modeline +light) ; snazzy, Atom-inspired modeline, plus API
|
||||
ophints ; highlight the region an operation acts on
|
||||
(popup +all +defaults) ; tame sudden yet inevitable temporary windows
|
||||
;;tabs ; a tab bar for Emacs
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
(package! catppuccin-theme)
|
||||
(package! good-scroll)
|
||||
(package! wakatime-mode)
|
||||
(package! rmsbolt)
|
||||
;; To install a package directly from a remote git repo, you must specify a
|
||||
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
||||
;; https://github.com/radian-software/straight.el#the-recipe-format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue