blob: f9791e2f377e2d48a9f49b04fad03b57196a4001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Please follow Emacs Lisp conventions as documented in the Emacs Lisp
manual. The 'checkdoc' mode helps with this, enabled automatically,
alongside eldoc and Flyspell, in the development file:
M-x load-file RET generic/pg-dev.el RET
(load-file "../lib/pg-dev.el")
Some Emacs Resources
====================
Emacs Wiki:
http://www.emacswiki.org
Mailing list archives:
http://mail.gnu.org/archive/html/emacs-devel/
|