diff options
author | mattkae <mattkae@protonmail.com> | 2022-10-16 21:58:43 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-10-16 21:58:43 -0400 |
commit | f2d96a204980325c69a5c5f0da30ce03e69aee67 (patch) | |
tree | e1102e74a7f1930aeaeb8de183a9fa9b6bbf44f7 /lisp | |
parent | d935ca311ee61a4a69094b96fe536ae2b2405f8e (diff) |
Not turning off minimap mode
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/general.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/general.el b/lisp/general.el index d69bab0..00e8702 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -198,7 +198,6 @@ "Set the colors of vterm to match my personal taste." (setq-local global-hl-line-mode nil) (turn-off-evil-mode) - (minimap-mode -1) (linum-mode -1) (setq left-fringe-width 0) (setq right-fringe-width 0) |