Add module for restart-emacs package

This commit is contained in:
2018-06-04 14:02:32 +01:00
parent 243903bab0
commit 9a3d60dee9
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
;;; siren-restart-emacs.el --- jimeh's Emacs Siren: restart-emacs configuration.
;;; Commentary:
;; Basic configuration for restart-emacs.
;;; Code:
(use-package restart-emacs
:commands restart-emacs)
(provide 'siren-restart-emacs)
;;; siren-restart-emacs.el ends here