Configuration files

emacs: don't restore frames with sessions

Changed files
+1
.config
emacs
+1
.config/emacs/init.el
··· 43 43 (setq desktop-path `(,temp-dir))) 44 44 (setq-default indent-tabs-mode nil) 45 45 (setq-default tab-width 4) 46 + (setq desktop-restore-frames nil) 46 47 (setq use-dialog-box nil) 47 48 (setq use-short-answers t) 48 49 (setq switch-to-prev-buffer-skip-regexp "\\*[^\\*]+\\*")