X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ac8c36037b333701550451291b94412876b7c173..6c680ad0afda24e64bb09799d94c619f7641e429:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 547c4e9..dc4b041 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -706,7 +706,8 @@ case." (when (and (boundp 'whitespace-style) (fboundp 'whitespace-mode)) (let ((whitespace-style (remove 'trailing whitespace-style))) - (whitespace-mode arg)))) + (whitespace-mode arg)) + (setq show-trailing-whitespace whitespace-mode))) (defun mdw-misc-mode-config () (and mdw-auto-indent @@ -807,7 +808,7 @@ doesn't match any of the regular expressions in (mdw-define-face variable-pitch (((type x)) :family "sans" :height 100)) (mdw-define-face variable-pitch - (((type x)) :family "helvetica" :height 120))) + (((type x)) :family "helvetica" :height 90))) (mdw-define-face region (((type tty) (class color)) :background "blue") (((type tty) (class mono)) :inverse-video t)