dotfiles/.emacs.d/lisp/init-local-template.el

9 lines
280 B
EmacsLisp

;;; 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