From 6a3c8d9bd0db3a4db6a01a0f587f309da568a943 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 15 Jan 2008 13:07:11 +0000 Subject: Many compatibility updates, bug fixes, rearrangements for compilation. --- etc/development-tips.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'etc/development-tips.txt') 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 ==================== -- cgit v1.2.3