Add restart-emacs package & commands

This commit is contained in:
Henrik Lissner 2018-05-13 23:16:06 +02:00
parent d1068723e4
commit 0bd88b8414
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 22 additions and 1 deletions

View file

@ -250,6 +250,10 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
:hook (lisp-mode . rainbow-delimiters-mode)
:config (setq rainbow-delimiters-max-face-count 3))
(def-package! restart-emacs
:commands restart-emacs
:config (setq restart-emacs--args (list "--restore")))
;; For a distractions-free-like UI, that dynamically resizes margins and can
;; center a buffer.
(def-package! visual-fill-column