From 4d0c40447a3198e4716de3a4238e08ad3fbb2e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Tue, 9 Mar 2021 09:18:41 +0100 Subject: [PATCH] Fix typo --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index c8018c8..dd39998 100644 --- a/configuration.org +++ b/configuration.org @@ -21,7 +21,7 @@ Some of my configuration entries where borrowed from other people, see This sets gcc optimization flag to =-O2= (max optimization level, fully adherent to the langage semantic). #+begin_src emacs-lisp -(unless (version< emacs-version "28")) +(unless (version< emacs-version "28") (setq comp-speed 2) ) #+end_src -- GitLab