diff --git a/README.org b/README.org index a97af3f..ccf8788 100644 --- a/README.org +++ b/README.org @@ -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)