From 7fd51e7fb45fd6feff0a8f530b354c848fe2858a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 31 Jan 2015 12:57:18 +0000 Subject: Emacs: Move underline, improve mode-line rendering --- tag-emacs/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 91c253a5..eadd68b8 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 -- cgit 1.4.1