blob: f67ac9ed5b51aed8fab19a013ba5424f080cef2a (
plain) (
tree)
|
|
;;; 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
|