diff options
author | jao <jao@gnu.org> | 2025-08-01 02:42:54 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-08-01 02:42:54 +0100 |
commit | 667c459fd9b05cf78766d1c80e78bce138ebd544 (patch) | |
tree | 25b20c9a7fd0037ad37ba6acebc9d7c3a304ef80 /init.el | |
parent | 7019aeb59a089cf56a2df38f4be7effb7e3d3b01 (diff) | |
download | elibs-667c459fd9b05cf78766d1c80e78bce138ebd544.tar.gz elibs-667c459fd9b05cf78766d1c80e78bce138ebd544.tar.bz2 |
warnings in regular window
Diffstat (limited to 'init.el')
-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 |