Fix compiler warnings
This commit is contained in:
parent
ca9135d1b0
commit
a7fefa54c0
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
#+TITLE: Org mode configuration
|
#+TITLE: Org mode configuration
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(require 'org)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
Tell org-mode to fontify code blocks in their specified languages.
|
Tell org-mode to fontify code blocks in their specified languages.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue