Update config.el

Fix spelling
This commit is contained in:
Chris Grindstaff 2015-09-18 16:44:39 -04:00 committed by syl20bnr
parent e06ee1f9f2
commit 88daf79ad1

View file

@ -163,7 +163,7 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
(global-hl-line-mode t)
;; no blink
(blink-cursor-mode 0)
;; When emacs asks for "yes" or "no", let "y" or "n" sufficide
;; When emacs asks for "yes" or "no", let "y" or "n" suffice
(fset 'yes-or-no-p 'y-or-n-p)
;; draw underline lower
(setq x-underline-at-descent-line t)