aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/development-tips.txt
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-15 13:07:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-15 13:07:11 +0000
commit6a3c8d9bd0db3a4db6a01a0f587f309da568a943 (patch)
treeca5c18733e7e29d16e7cba52dd4c5f18ab072bf5 /etc/development-tips.txt
parent5c326ac3969d8045c78f46aac4f058f16edbc570 (diff)
Many compatibility updates, bug fixes, rearrangements for compilation.
Diffstat (limited to 'etc/development-tips.txt')
-rw-r--r--etc/development-tips.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/development-tips.txt b/etc/development-tips.txt
index b2f73cf0..89a525b8 100644
--- a/etc/development-tips.txt
+++ b/etc/development-tips.txt
@@ -1,3 +1,16 @@
+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 "../generic/pg-dev.el")
+
+
+
+
+
+
Some Emacs Resources
====================