From 40ac261a3b70def19e8b3331fa01b1cbdbfb4305 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sat, 14 Mar 2015 15:11:54 +0100 Subject: [PATCH] Cleaned up comment. --- emacs-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs-init.el b/emacs-init.el index 8d6e223..a3497e2 100644 --- a/emacs-init.el +++ b/emacs-init.el @@ -1,4 +1,5 @@ -;; we can require features +;; Requiring features is like loading libraries. +;; We need these two in the config: (require 'cl) (require 'package)