mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
14 lines
276 B
EmacsLisp
14 lines
276 B
EmacsLisp
;;; 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
|