summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-12-11 10:48:21 +0800
committerJSDurand <mmemmew@gmail.com>2021-12-11 10:48:21 +0800
commitcae65ccbe64fe8f79206f37bb0c8273673044d10 (patch)
treeb15c212870ee31f04b1841d38237d0c7df5d7280
parent55130d47a0db36950df1563221f654d3378d93a1 (diff)
* bookmark-conf.el (bookmark-set-fringe-mark): no indicators
-rw-r--r--bookmark-conf.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el
index 79c6589..4d33e1e 100644
--- a/bookmark-conf.el
+++ b/bookmark-conf.el
@@ -36,6 +36,10 @@
;;; Customizations
+;;;; No strange fringe indicators
+
+(setq bookmark-set-fringe-mark nil)
+
;;;; HL-LINE
(add-hook 'blist-mode-hook #'hl-line-mode)