diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-09 20:21:45 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2024-01-22 00:02:53 -0500 |
commit | fc93b582b2dced044e8a8470a328ef910a2ab851 (patch) | |
tree | c05b6ce0aac45969e7e90857a319cfb9f1e1fc60 | |
parent | 92b429f371f55b3db713c14f4b12984d63a30e5d (diff) | |
download | emacs.d-fc93b582b2dced044e8a8470a328ef910a2ab851.tar.gz |
bookmark: Replace obsolete bookmark-set-fringe-mark
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |