diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-27 12:15:14 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-27 12:15:14 -0600 |
commit | 12ecedd4f51ec9f61b45058755c161d773e1be40 (patch) | |
tree | 75d936e5298d5e8e58f7f771808bdb95cf8f833e /elisp.html.markdown | |
parent | e1bc8441e80800278f4276906b0c9f6c14b28eee (diff) |
Correct highlighted lanugages
Diffstat (limited to 'elisp.html.markdown')
-rw-r--r-- | elisp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown index 5d98ceff..1355e6c3 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -7,7 +7,7 @@ contributors: filename: learn-emacs-lisp.el --- -```scheme +```elisp ;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2d) ;; ;; First make sure you read this text by Peter Norvig: |