diff options
-rw-r--r-- | emacs/init.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/init.el b/emacs/init.el index 1f97d04..6a99140 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -153,14 +153,6 @@ and when JID is not in `jabber-activity-banned'." :ensure t :hook (text-mode . spell-fu-mode)) -(use-package minimap - :ensure t - :custom - (minimap-width-fraction 0.1) - (minimap-minimum-width 10) - (minimap-window-location 'right) - (minimap-update-delay 0.15)) - ;; consult-buffer replaces the buffer menu. as well as listing buffers, it lists bookmarks and recent files. (use-package consult :ensure t |