Added odf-mode to Emacs
This commit is contained in:
parent
b5d50c788d
commit
30ef30d9dd
@ -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
|
||||
|
||||
Let’s 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:
|
||||
|
Loading…
Reference in New Issue
Block a user