diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 91c253a..eadd68b 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -115,6 +115,8 @@ (when (fboundp #'blink-cursor-mode) (blink-cursor-mode -1)) +(setq x-underline-at-descent-line t) + (setq ring-bell-function (lambda () (unless (memq this-command |