emacs: go back to local config

This commit is contained in:
Charlie Root 2024-09-06 08:38:28 +02:00
commit 841db5d0ca
3 changed files with 55 additions and 51 deletions

View file

@ -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

View file

@ -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