Skip to content
Snippets Groups Projects
Commit 4d0c4044 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Fix typo

parent c3fa7750
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment