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

Bit of config to prepare for emacs 28

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
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment