diff options
author | Alan Pearce | 2015-01-31 12:57:18 +0000 |
---|---|---|
committer | Alan Pearce | 2015-01-31 12:57:18 +0000 |
commit | 7fd51e7fb45fd6feff0a8f530b354c848fe2858a (patch) | |
tree | 2e28dcd857cc6046f5a4d336a66d29b10d1834e1 /tag-emacs/emacs.d/init.el | |
parent | 4d2a49b17917e438d36a6e500e55d9a5b6d257e7 (diff) | |
download | dotfiles-7fd51e7fb45fd6feff0a8f530b354c848fe2858a.tar.lz dotfiles-7fd51e7fb45fd6feff0a8f530b354c848fe2858a.tar.zst dotfiles-7fd51e7fb45fd6feff0a8f530b354c848fe2858a.zip |
Emacs: Move underline, improve mode-line rendering
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 |