Skip to content

Commit

Permalink
org layer: Exclude ox-gfm for now, seems to be problematic
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Apr 14, 2015
1 parent 61947f8 commit 8f75ce0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contrib/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")

(defvar org-excluded-packages
'(
;; seems to be problematic, to investigate
ox-gfm
)
"List of packages to exclude.")

(defun org/init-evil-org ()
(use-package evil-org
:commands evil-org-mode
Expand Down

0 comments on commit 8f75ce0

Please sign in to comment.