Skip to content

Commit

Permalink
tweak(emacs): initial-scratch-message -> ""
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 7, 2024
1 parent 4e4bb1f commit 9a6741a
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 @@ -45,6 +45,7 @@
(setq inhibit-startup-message t)
(setq use-dialog-box nil)
(setq native-comp-async-report-warnings-errors nil)
(setq initial-scratch-message "")
(scroll-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)
Expand Down

0 comments on commit 9a6741a

Please sign in to comment.