From a2018e6d804c317e324a5c9d42ec1d44e828b2ff Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 15:41:42 +0200 Subject: Add note about oni: prefix --- .emacs.d/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3-54-g00ecf