feat(core/editor): disable graphical dialog boxes

This commit is contained in:
2022-02-23 12:08:22 +00:00
parent 6f422773a5
commit f39714b1ca

View File

@@ -16,6 +16,9 @@
(menu-bar-mode -1)
;; disable UI-based dialog boxes
(setq use-dialog-box nil)
;; disable startup screen
(setq inhibit-startup-screen t)