about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-local-template.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-local-template.el')
-rw-r--r--.emacs.d/lisp/init-local-template.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-local-template.el b/.emacs.d/lisp/init-local-template.el
new file mode 100644
index 0000000..f67ac9e
--- /dev/null
+++ b/.emacs.d/lisp/init-local-template.el
@@ -0,0 +1,8 @@
+;;; init-local.el --- Local Configuration File -*- lexical-binding: t -*-
+;;; Commentary:
+;; Local configuration that shouldn't be checked into source control
+;; Copy this template to init-local.el and edit as required
+;;; Code:
+
+(provide 'init-local)
+;;; init-local.el ends here