Skip to content

Commit

Permalink
tweak(emacs): don't use system dialog boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jan 9, 2024
1 parent 10aaa0e commit f2ff47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

(defalias 'yes-or-no-p 'y-or-n-p)
(setq inhibit-startup-message t)
(setq use-dialog-box nil)
(setq native-comp-async-report-warnings-errors nil)
(scroll-bar-mode -1)
(tool-bar-mode -1)
Expand Down

0 comments on commit f2ff47b

Please sign in to comment.