From 8bc31004036c582143bbce4d4e5de7078bce3c33 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 18 Jul 2024 14:18:14 -0600 Subject: [PATCH] configs/emacs: add breadcrumbs for greater good --- configs/emacs.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/emacs.org b/configs/emacs.org index 97b2e97..a315893 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -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.