diff options
author | JSDurand <mmemmew@gmail.com> | 2024-02-22 11:57:10 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-02-22 11:57:10 +0800 |
commit | 71c24ee1b4819326622514ec34e4400e32c7294e (patch) | |
tree | b5988239f6b0e9f19b445f18c22034f290218658 /bookmark-conf.el | |
parent | d1c8f871bf5c52839d555ac03269891dced661a9 (diff) |
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.
Diffstat (limited to 'bookmark-conf.el')
-rw-r--r-- | bookmark-conf.el | 8 |
1 files changed, 8 insertions, 0 deletions
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) |