mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Small edits to elisp
This commit is contained in:
parent
60d8d603ec
commit
09eadbb895
@ -5,7 +5,7 @@ contributors:
|
|||||||
filename: learn-emacs-lisp.el
|
filename: learn-emacs-lisp.el
|
||||||
---
|
---
|
||||||
|
|
||||||
```elisp
|
```scheme
|
||||||
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2a)
|
;; This gives an introduction to Emacs Lisp in 15 minutes (v0.2a)
|
||||||
;;
|
;;
|
||||||
;; First make sure you read this text by Peter Norvig:
|
;; First make sure you read this text by Peter Norvig:
|
||||||
@ -14,7 +14,7 @@ filename: learn-emacs-lisp.el
|
|||||||
;; Then install GNU Emacs 24.3:
|
;; Then install GNU Emacs 24.3:
|
||||||
;;
|
;;
|
||||||
;; Debian: apt-get install emacs (or see your distro instructions)
|
;; Debian: apt-get install emacs (or see your distro instructions)
|
||||||
;; MacOSX: http://emacsformacosx.com/emacs-builds/Emacs-24.3-universal-10.6.8.dmg
|
;; OSX: http://emacsformacosx.com/emacs-builds/Emacs-24.3-universal-10.6.8.dmg
|
||||||
;; Windows: http://ftp.gnu.org/gnu/windows/emacs/emacs-24.3-bin-i386.zip
|
;; Windows: http://ftp.gnu.org/gnu/windows/emacs/emacs-24.3-bin-i386.zip
|
||||||
;;
|
;;
|
||||||
;; More general information can be found at:
|
;; More general information can be found at:
|
||||||
|
Loading…
Reference in New Issue
Block a user