summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-12 23:39:15 +0000
committernoa@gaiwan.org2024-06-12 23:39:15 +0000
commit3b5eb9da79157a8d98d2f493775d40fb1051ed7d (patch)
treea6bdcbde7974e857aa211b1ce25277a1f09e69ea /emacs
parent86b70f714b0a79dd269bd106f65ad133b2374ff9 (diff)
Remove minimap configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el8
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