From a7fefa54c0a02ca4460ee79a18c59b3a7da9c949 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Nov 2016 11:47:17 +0100 Subject: Fix compiler warnings --- emacs/.emacs.d/init/oni-org-init.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init/oni-org-init.org b/emacs/.emacs.d/init/oni-org-init.org index 627f7ca..a7ea4f0 100644 --- a/emacs/.emacs.d/init/oni-org-init.org +++ b/emacs/.emacs.d/init/oni-org-init.org @@ -1,5 +1,9 @@ #+TITLE: Org mode configuration +#+BEGIN_SRC emacs-lisp + (require 'org) +#+END_SRC + Tell org-mode to fontify code blocks in their specified languages. #+BEGIN_SRC emacs-lisp -- cgit v1.2.3-54-g00ecf