about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-local-template.el
blob: f67ac9ed5b51aed8fab19a013ba5424f080cef2a (plain) (blame)
1
2
3
4
5
6
7
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