summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-08-30 07:32:03 -0700
committerFranck Cuny <franck@fcuny.net>2024-08-30 07:32:03 -0700
commit3bd7a11f2e81006fac1d39c395d95f0a78ce8d71 (patch)
treee4c7c9586900cbe1d8531b92e9531f216c0e2a90
parentadd rust back (diff)
downloademacs.d-3bd7a11f2e81006fac1d39c395d95f0a78ce8d71.tar.gz
drop breadcrumb
It's not that useful.
-rw-r--r--config/init-ui.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/init-ui.el b/config/init-ui.el
index 312e622..ad43161 100644
--- a/config/init-ui.el
+++ b/config/init-ui.el
@@ -26,13 +26,6 @@
 ;; Disable bidirectional text support for slight performance bonus.
 (setq bidi-display-reordering nil)
 
-;; breadcrumb
-;; https://github.com/joaotavora/breadcrumb
-(use-package breadcrumb
-  :ensure t
-  :init
-  (breadcrumb-mode 1))
-
 ;; show column number in the mode line
 (setq column-number-mode t)