fixing some update issues and removing old stuff

This commit is contained in:
Matt Nish-Lapidus 2025-02-25 12:39:00 -05:00
parent 63e025a1ee
commit 3d20f5fb87
2 changed files with 6 additions and 3 deletions

View file

@ -32,7 +32,7 @@
ophints ; highlight the region an operation acts on ophints ; highlight the region an operation acts on
(popup +all +defaults) ; tame sudden yet inevitable temporary windows (popup +all +defaults) ; tame sudden yet inevitable temporary windows
tabs ; a tab bar for Emacs tabs ; a tab bar for Emacs
(treemacs +lsp +icons) ; a project drawer, like neotree but cooler (treemacs +icons) ; a project drawer, like neotree but cooler
unicode ; extended unicode support for various languages unicode ; extended unicode support for various languages
(vc-gutter +pretty) ; vcs diff in the fringe (vc-gutter +pretty) ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB vi-tilde-fringe ; fringe tildes to mark beyond EOB

View file

@ -7,7 +7,7 @@
;; (unpin! compat) ;; (unpin! compat)
(unpin! doom-themes) (unpin! doom-themes)
(unpin! lsp-mode) ;;(unpin! lsp-mode)
(unpin! sly) (unpin! sly)
;; (unpin! racket-mode) ;; (unpin! racket-mode)
@ -28,7 +28,7 @@
(package! direnv) (package! direnv)
(package! gpastel) ;;(package! gpastel)
(package! magit-annex) (package! magit-annex)
(package! bookmark-in-project) (package! bookmark-in-project)
@ -111,3 +111,6 @@
:recipe (:type git :recipe (:type git
:host github :host github
:repo "jdtsmith/eglot-booster")) :repo "jdtsmith/eglot-booster"))
(package! eldoc :built-in t)
(package! track-changes :pin "63f21ecf8c59ead2168c983f44364d0ac11d8f77")