diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2022-10-18 08:32:15 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2022-10-18 08:32:15 -0400 |
commit | 53dd27cb58ef41fb1fecf0189dcbc1a86c4b2892 (patch) | |
tree | e90bcec9294d8c10d0323775e805933ddd1e3782 /lisp | |
parent | d4c357ee0e2644be7faf2974ea00f9f9ca8c4e11 (diff) | |
parent | f2d96a204980325c69a5c5f0da30ce03e69aee67 (diff) |
Merge branch 'master' of matthewkosarek.xyz:/srv/git/emacs_config
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 259c163..13e3f57 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) |