Set some buffer-local variables via setq-default

This commit is contained in:
Daniel Borchmann 2025-06-16 14:04:44 +02:00
parent ca17fa4b7e
commit 45af82410a
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

10
init.el
View File

@ -121,8 +121,10 @@
load-prefer-newer nil ; t breaks `org-reload' load-prefer-newer nil ; t breaks `org-reload'
use-short-answers nil) use-short-answers nil)
(setq-default fill-column 100) (setq-default fill-column 100
(setq-default indent-tabs-mode nil) undo-limit 80000000
indent-tabs-mode nil
indicate-buffer-boundaries 'left)
(setq frame-title-format "emacs") (setq frame-title-format "emacs")
@ -152,9 +154,7 @@
help-enable-symbol-autoload t help-enable-symbol-autoload t
describe-bindings-outline t describe-bindings-outline t
redisplay-skip-fontification-on-input t redisplay-skip-fontification-on-input t
undo-limit 80000000 async-shell-command-buffer 'new-buffer)
async-shell-command-buffer 'new-buffer
indicate-buffer-boundaries 'left)
(setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt (setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt