diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-01 00:03:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 00:03:21 -0400 |
commit | bd18e65c415af96e0e783a83cbce36cd8eba3a1f (patch) | |
tree | f017f657a45d9906ee37f95c8d0b05540d9190a4 | |
parent | Merge `rfc/14/completion-corfu-vertico` branch to `stable` branch (diff) | |
parent | Disable alarm bell (diff) | |
download | mmosmacs-bd18e65c415af96e0e783a83cbce36cd8eba3a1f.tar.gz mmosmacs-bd18e65c415af96e0e783a83cbce36cd8eba3a1f.tar.bz2 mmosmacs-bd18e65c415af96e0e783a83cbce36cd8eba3a1f.zip |
PR #18: Merge `disable-alarms` branch to `stable` branch
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ | |||
81 | (tooltip-mode -1) | 81 | (tooltip-mode -1) |
82 | (menu-bar-mode -1) | 82 | (menu-bar-mode -1) |
83 | (set-fringe-mode -1) | 83 | (set-fringe-mode -1) |
84 | (setq ring-bell-function 'ignore) | ||
84 | (setq use-dialog-box nil | 85 | (setq use-dialog-box nil |
85 | inhibit-startup-message t | 86 | inhibit-startup-message t |
86 | initial-scratch-message "") | 87 | initial-scratch-message "") |