aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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
====================