diff options
| -rw-r--r-- | elisp.html.markdown | 12 | 
1 files changed, 0 insertions, 12 deletions
| diff --git a/elisp.html.markdown b/elisp.html.markdown index 9d9db82e..518ad985 100644 --- a/elisp.html.markdown +++ b/elisp.html.markdown @@ -9,8 +9,6 @@ filename: learn-emacs-lisp.el  ```scheme  ;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2d)  ;; -;; Author: Bastien / @bzg2 / https://bzg.fr -;;  ;; First make sure you read this text by Peter Norvig:  ;; http://norvig.com/21-days.html  ;; @@ -344,14 +342,4 @@ filename: learn-emacs-lisp.el  ;;  ;; To read an online introduction to Emacs Lisp:  ;; https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html - -;; Thanks to these people for their feedback and suggestions: -;; - Wes Hardaker -;; - notbob -;; - Kevin Montuori -;; - Arne Babenhauserheide -;; - Alan Schmitt -;; - LinXitoW -;; - Aaron Meurer -;; - spacegoing  ``` | 
