system changes
This commit is contained in:
parent
3c5d2c6f21
commit
6fbb089b62
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ I hate macOS scroll inertia. Scrolling in one window, switching to Emacs, and hi
|
|||
(global-unset-key (kbd "<C-wheel-down>"))
|
||||
#+end_src
|
||||
|
||||
Disable the bell sound on invalid commands.
|
||||
#+begin_src emacs-lisp
|
||||
(setq ring-bell-function 'ignore)
|
||||
#+end_src
|
||||
|
||||
Make Emacs confirm that I want to close it on kill.
|
||||
#+begin_src emacs-lisp
|
||||
(setq confirm-kill-emacs 'yes-or-no-p)
|
||||
|
|
Loading…
Add table
Reference in a new issue