diff options
author | JSDurand <mmemmew@gmail.com> | 2021-12-11 10:48:21 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-12-11 10:48:21 +0800 |
commit | cae65ccbe64fe8f79206f37bb0c8273673044d10 (patch) | |
tree | b15c212870ee31f04b1841d38237d0c7df5d7280 /bookmark-conf.el | |
parent | 55130d47a0db36950df1563221f654d3378d93a1 (diff) |
* bookmark-conf.el (bookmark-set-fringe-mark): no indicators
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r-- | bookmark-conf.el | 4 |
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) |