Fix compiler warnings

This commit is contained in:
Tom Willemse 2016-11-02 11:47:17 +01:00
parent ca9135d1b0
commit a7fefa54c0

View file

@ -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