Skip to content

Commit

Permalink
resolve json-readtable-error
Browse files Browse the repository at this point in the history
[[https://github.com/syl20bnr/spacemacs/issues/9941][org-capture throws json-readtable-error · Issue #9941 · syl20bnr/spacemacs]]
  • Loading branch information
heikkil committed Oct 8, 2019
1 parent 18891c5 commit 2ab2cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -6905,8 +6905,8 @@ simple way:
(use-package ob-clojure :ensure nil :defer t)
(use-package ob-ruby :ensure nil)
(use-package ob-shell :ensure nil :defer t)
(use-package ob-python :ensure nil :defer t)
(use-package ob-ipython :defer t :defer t)
;;(use-package ob-python :ensure nil :defer t)
;;(use-package ob-ipython :defer t :defer t)
(use-package ob-emacs-lisp :ensure nil :defer t)
(use-package ob-dot :ensure nil :defer t)
(use-package ob-ditaa :ensure nil :defer t)
Expand All @@ -6925,7 +6925,7 @@ simple way:
(emacs-lisp . t)
(perl . t)
(clojure . t)
(python . t)
; (python . t)
(ledger . t)
(gnuplot . t)
(ruby . t)
Expand Down

0 comments on commit 2ab2cfd

Please sign in to comment.