fix for terminal
This commit is contained in:
@@ -452,7 +452,8 @@ startup phase.")
|
|||||||
;; Turn off backup for this file
|
;; Turn off backup for this file
|
||||||
(make-local-variable 'make-backup-files)
|
(make-local-variable 'make-backup-files)
|
||||||
(setq make-backup-files nil)
|
(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
|
(insert
|
||||||
";;; " (file-name-nondirectory frameg-file) " --- Frame configuration -*- no-byte-compile: t; lexical-binding: t; -*-"
|
";;; " (file-name-nondirectory frameg-file) " --- Frame configuration -*- no-byte-compile: t; lexical-binding: t; -*-"
|
||||||
";;; This file stores the previous emacs frame's geometry.\n"
|
";;; This file stores the previous emacs frame's geometry.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user