Skip to content

Commit

Permalink
Remove a now-unnecessary setting
Browse files Browse the repository at this point in the history
.. unnecessary after switching to Chroma
  • Loading branch information
kaushalmodi committed Oct 17, 2017
1 parent 956aefd commit a8df723
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/setup-ox-hugo.el
@@ -1,4 +1,4 @@
;; Time-stamp: <2017-10-11 04:31:46 kmodi>
;; Time-stamp: <2017-10-17 14:47:45 kmodi>

;; Setup to test ox-hugo using emacs -Q and the latest stable version
;; of Org.
Expand Down Expand Up @@ -141,9 +141,6 @@ to be installed.")
;; Non-existent agenda file
(defun org-check-agenda-file (file)))

(with-eval-after-load 'ox-hugo
(setq org-hugo-langs-no-descr-in-code-fences '(org)))

;; Wed Sep 20 13:37:06 EDT 2017 - kmodi
;; Below does not get applies when running emacs --batch.. need to
;; figure out a solution.
Expand Down

0 comments on commit a8df723

Please sign in to comment.