Browse Source

Add comments

master
10sr 9 months ago
parent
commit
3ba2239711
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el View File

@@ -3101,6 +3101,13 @@ BEGIN {
")

'(progn
;; https://web.sfc.wide.ad.jp/~sagawa/gnujdoc/elisp-manual-20-2.5/elisp-ja_39.html#SEC629
;; https://emacs.stackexchange.com/questions/15078/inserting-before-an-after-string-overlay
;; https://emacs.stackexchange.com/questions/3030/temporary-text-in-window-location-with-no-text-to-propertize-overlay
;; https://ayatakesi.github.io/lispref/26.3/html/Overlay-Properties.html
;; https://ayatakesi.github.io/lispref/26.3/html/Special-Properties.html#Special-Properties
;; https://ayatakesi.github.io/lispref/28.1/html/Attribute-Functions.html
;; https://ayatakesi.github.io/lispref/26.3/html/Display-Margins.html#Display-Margins
(setq my-ov (make-overlay (pos-bol) (pos-eol)))
(defface my-ov-face () "Face for my-ov.")
(set-face-attribute 'my-ov-face


Loading…
Cancel
Save