Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #1 from syohex/require-cl-lib
Browse files Browse the repository at this point in the history
* darkroom.el: load cl-lib
  • Loading branch information
joaotavora committed Dec 16, 2014
2 parents 9674d79 + 20d5539 commit 15e976b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions darkroom.el
Expand Up @@ -45,6 +45,8 @@

;;; Code:

(require 'cl-lib)

(defgroup darkroom nil
"Remove visual distractions and focus on writing"
:prefix "darkroom-"
Expand Down

0 comments on commit 15e976b

Please sign in to comment.