Added odf-mode to Emacs

This commit is contained in:
Lucien Cartier-Tilet 2020-02-28 16:29:56 +01:00
parent b5d50c788d
commit 30ef30d9dd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 8 additions and 1 deletions

View File

@ -1274,7 +1274,14 @@
elements and load some packages. First of all, I want it to load my private
Emacs config file:
#+BEGIN_SRC emacs-lisp
(load "~/.config/emacs/private/private_emacs.el")
(load "~/.config/emacs/private/private_emacs")
#+END_SRC
Lets also load the file defining ~odf-mode~, a mode for viewing the content
of ODF files generated by OpenOffice and LibreOffice (if you use one, please
use the latter).
#+BEGIN_SRC emacs-lisp
(load "~/.config/emacs/private/odf-mode")
#+END_SRC
Then, I want a couple of requires: