summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-09 20:21:45 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commitfc93b582b2dced044e8a8470a328ef910a2ab851 (patch)
treec05b6ce0aac45969e7e90857a319cfb9f1e1fc60 /init.el
parent92b429f371f55b3db713c14f4b12984d63a30e5d (diff)
downloademacs.d-fc93b582b2dced044e8a8470a328ef910a2ab851.tar.gz
bookmark: Replace obsolete bookmark-set-fringe-mark
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 14e3f2c..4531c40 100644
--- a/init.el
+++ b/init.el
@@ -2197,7 +2197,7 @@
(use-package bookmark
:config
(setq bookmark-save-flag nil)
- (setq bookmark-set-fringe-mark nil))
+ (setq bookmark-fringe-mark nil))
(use-package eww
:config