diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -970,6 +970,9 @@ (message "%s copied" new-kill-string) (kill-new new-kill-string)))) +;;;; warnings display +(setq warning-display-at-bottom nil) + ;;; Windows ;;;; splitting and switch (setq split-height-threshold 80 |