Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Add grid to requirement.
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
  • Loading branch information
Sébastien Gross authored and Sébastien Gross committed Mar 20, 2012
1 parent 3f54a24 commit a8b73fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions o-blog.el
Expand Up @@ -5,7 +5,7 @@
;; Author: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
;; Keywords: emacs,
;; Created: 2012-01-04
;; Last changed: 2012-03-13 17:16:33
;; Last changed: 2012-03-20 10:51:45
;; Licence: WTFPL, grab your copy here: http://sam.zoy.org/wtfpl/

;; This file is NOT part of GNU Emacs.
Expand All @@ -24,7 +24,7 @@
(require 'org-xhtml nil t)

(mapcar (lambda (x) (require (intern (format "o-blog-%s" x)) nil t))
'("alert" "copy-files" "source"))
'("alert" "copy-files" "source" "grid"))



Expand Down

0 comments on commit a8b73fb

Please sign in to comment.