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