diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-12 14:52:43 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-03-12 14:52:43 +0100 |
| commit | 1829b812a5630a9d3de9b759547b4580c09e18e2 (patch) | |
| tree | 2d909f5082d95bd65d05d62fbdf495e2513b9e64 | |
| parent | caa776b16239e059b27c9eb03bd5eb510342db34 (diff) | |
Mention llama-fontify-mode in documentation
| -rw-r--r-- | README.org | 3 | ||||
| -rw-r--r-- | llama.el | 8 |
2 files changed, 10 insertions, 1 deletions
@@ -63,3 +63,6 @@ becomes: Note how ~_%3~ and ~_&6~ are removed from the body, because their names begin with an underscore. Also note that ~_&4~ is optional, unlike the explicitly specified ~_%3~. + +Consider enabling ~llama-fontify-mode~ to highlight ~##~ and its special +arguments. @@ -80,6 +80,9 @@ ;; begin with an underscore. Also note that `_&4' is optional, unlike the ;; explicitly specified `_%3'. +;; Consider enabling `llama-fontify-mode' to highlight `##' and its +;; special arguments. + ;;; Code: (require 'compat) @@ -137,7 +140,10 @@ becomes: Note how `_%3' and `_&6' are removed from the body, because their names begin with an underscore. Also note that `_&4' is optional, unlike the -explicitly specified `_%3'." +explicitly specified `_%3'. + +Consider enabling `llama-fontify-mode' to highlight `##' and its +special arguments." (cond ((symbolp fn)) ((and (eq (car-safe fn) backquote-backquote-symbol) (not body)) |
