fix for terminal

This commit is contained in:
2025-07-03 12:06:21 +02:00
parent 3542529df6
commit 0325922dd3

View File

@@ -452,7 +452,8 @@ startup phase.")
;; Turn off backup for this file
(make-local-variable 'make-backup-files)
(setq make-backup-files nil)
(scroll-bar-mode -1)
(when (featurep 'scroll-bar) ;; for terminal scroll-bar ist not loaded
(scroll-bar-mode -1))
(insert
";;; " (file-name-nondirectory frameg-file) " --- Frame configuration -*- no-byte-compile: t; lexical-binding: t; -*-"
";;; This file stores the previous emacs frame's geometry.\n"