Add customizations for Emacs-28.1
This commit is contained in:
parent
eac2d2c627
commit
cd455d6353
@ -263,9 +263,14 @@ the ~custom-file~ as [[info:emacs#Saving Customizations][saving customizations (
|
||||
'(url-cookie-trusted-urls nil)
|
||||
'(url-cookie-untrusted-urls '(".*"))
|
||||
'(use-dialog-box nil)
|
||||
'(use-short-answer t)
|
||||
'(view-read-only t))
|
||||
|
||||
(when (version< "28.0" emacs-version)
|
||||
(custom-set-variables
|
||||
'(mode-line-compact 'long)
|
||||
'(next-error-message-highlight t)
|
||||
'(use-short-answers t)))
|
||||
|
||||
(when (eq system-type 'darwin)
|
||||
(custom-set-variables
|
||||
'(ns-alternate-modifier nil)
|
||||
|
Loading…
Reference in New Issue
Block a user