Created
July 12, 2017 12:56
-
-
Save zeph1e/5ec72dcab591b4c4deae6f1ec9dc9221 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(save-excursion | |
(setq xx-overlay (make-overlay (1+ (line-beginning-position)) (line-end-position) | |
nil t)) | |
(overlay-put xx-overlay 'wrap-prefix t) | |
(overlay-put xx-overlay 'before-string | |
(propertize "o" 'display (list (list 'margin 'right-margin) | |
"Overlay text") | |
))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment