From f1f126df940f0c26c76b5c05d449737f5ad610bb Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Tue, 11 Jul 2023 08:29:55 +0200 Subject: [PATCH] Disable bookmark fringe mark --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f43cc8e..16d700d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -220,7 +220,8 @@ auto-revert-check-vc-info t ns-use-proxy-icon nil frame-title-format nil - auto-window-vscroll nil) + auto-window-vscroll nil + bookmark-fringe-mark nil) (setq isearch-lazy-count t lazy-count-prefix-format "(%s/%s) "