configs/emacs: add breadcrumbs for greater good

This commit is contained in:
Aaron Bieber 2024-07-18 14:18:14 -06:00
parent 3cdf8774ec
commit 8bc3100403
No known key found for this signature in database

View File

@ -123,6 +123,14 @@ here.
* Packages
** breadcrumb
Handy breadcrumbs for seeing where things are in the LSP.
#+begin_src emacs-lisp
(use-package breadcrumb)
#+end_src
** ollama
Simple wrapper for ~ollama~ that lets me pipe regions and what not into various buffers.