From 71c24ee1b4819326622514ec34e4400e32c7294e Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 22 Feb 2024 11:57:10 +0800 Subject: bookmark: enable pixel-perfect precision * bookmark-conf.el (ilist-pixel-precision): This is a new feature of my package that aligns the bookmark columns perfectly. --- bookmark-conf.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bookmark-conf.el') diff --git a/bookmark-conf.el b/bookmark-conf.el index 5f60a74..5a64417 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -46,6 +46,14 @@ ;;; Customizations +;;;; Pixel-level precision + +;; My bookmarks contain entries with name composed of non-Latin +;; characters, so pixel-level precision is critical in the correct +;; display. + +(setq ilist-pixel-precision t) + ;;;; No strange fringe indicators (setq bookmark-set-fringe-mark nil) -- cgit v1.2.3-18-g5258