1

Change visual newline character

This commit is contained in:
Jessie Hildebrandt 2022-12-29 02:59:48 -05:00
parent cef88ce782
commit af82cf4002

View File

@ -680,7 +680,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
(whitespace-display-mappings '((tab-mark 9 [8677 9]) ; Tab
(space-mark 32 [8729]) ; Space
(space-mark 160 [8999]) ; Non-breaking space
(newline-mark 10 [8617 10])))) ; Newline
(newline-mark 10 [8626 10])))) ; Newline
;; -------------------------------------------------------------------------- ;;
;;