From cd455d635364c0c077c0f2622583be55d6d21123 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 9 Apr 2022 16:13:10 +0200 Subject: [PATCH] Add customizations for Emacs-28.1 --- README.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)