summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 15:41:42 +0200
committerGravatar Tom Willemse2014-04-20 15:41:42 +0200
commita2018e6d804c317e324a5c9d42ec1d44e828b2ff (patch)
treed26fb04375929874a7a804cfa8a9e7bd0e5595e2
parenta8d4cd84a2d3411d2baedb0d2303224a6d8c25b7 (diff)
downloademacs-a2018e6d804c317e324a5c9d42ec1d44e828b2ff.tar.gz
emacs-a2018e6d804c317e324a5c9d42ec1d44e828b2ff.zip
Add note about oni: prefix
-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