diff options
author | JSDurand <mmemmew@gmail.com> | 2024-03-09 14:57:48 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-03-09 14:57:48 +0800 |
commit | 4aaf6977b2785dc2aade1eeb46cc5c72bc76f155 (patch) | |
tree | d45d2e9b3da2226a66fe4a86179dc2dfb4179432 /bookmark-conf.el | |
parent | 278d694d9971d20e9cf393564a33e8915186418b (diff) |
bookmark: precise precision
* bookmark-conf.el (ilist-pixel-precision): This should have the value
of `precise`. I forgot to do so previously.
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r-- | bookmark-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index 6d44a99..ff9983b 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -52,7 +52,7 @@ ;; characters, so pixel-level precision is critical in the correct ;; display. -(setq ilist-pixel-precision t) +(setq ilist-pixel-precision 'precise) ;;;; No strange fringe indicators |