diff --git a/configuration.org b/configuration.org
index c8018c894dc028603b028f451edbba3f96a37603..927fcaf75a637f97b524730448249a912bbbdb23 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
@@ -383,7 +383,7 @@ Some of my configuration entries where borrowed from other people, see
:config
;; (require 'org-tempo)
(add-hook 'org-mode-hook
- '(lambda ()
+ (lambda ()
(setq org-file-apps
'(("org" . emacs)
("rs" . emacs)