summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index aa58d94..c639897 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -43,6 +43,14 @@
Once I've emptied out my ~init.el~ I will instruct babel to tangle
into ~init.el~, this code already reflects that.
+** The ~oni:~ prefix
+
+ To keep my functions and variables from ever accidentally
+ interfering with other packages or Emacs internal variables I
+ prefix all the functions I write and variables I declare with ~oni:~.
+ You don't have to copy it if you copy anything from this file, as
+ long as you do it consistently.
+
* Use lexical binding
For some of these functions, and general coolness, lexical binding