ignore ring bell function
This commit is contained in:
6
init.el
6
init.el
@@ -51,7 +51,8 @@
|
||||
duplicate-region-final-position -1
|
||||
competions-detailed t
|
||||
auth-sources '("~/.authinfo")
|
||||
tab-bar-show 1)
|
||||
tab-bar-show 1
|
||||
ring-bell-function 'ignore)
|
||||
|
||||
(require 'project)
|
||||
(setq project-switch-commands '((project-find-file "Find file" "f")
|
||||
@@ -73,7 +74,8 @@
|
||||
use-short-answers t
|
||||
use-dialog-box nil
|
||||
use-package-enable-imenu-support t
|
||||
display-line-numbers-type 'relative)
|
||||
display-line-numbers-type 'relative
|
||||
completion-styles '(basic))
|
||||
|
||||
(electric-pair-mode 1)
|
||||
(fido-mode 1)
|
||||
|
||||
Reference in New Issue
Block a user