Skip to content

Commit

Permalink
feat(core/editor): disable graphical dialog boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Feb 23, 2022
1 parent 6f42277 commit f39714b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/siren-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f39714b

Please sign in to comment.