summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bookmark-conf.el8
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)