diff options
author | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:32:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:32:03 -0700 |
commit | 3bd7a11f2e81006fac1d39c395d95f0a78ce8d71 (patch) | |
tree | e4c7c9586900cbe1d8531b92e9531f216c0e2a90 | |
parent | add rust back (diff) | |
download | emacs.d-3bd7a11f2e81006fac1d39c395d95f0a78ce8d71.tar.gz |
drop breadcrumb
It's not that useful.
-rw-r--r-- | config/init-ui.el | 7 |
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) |