Skip to content

Commit

Permalink
fix: remove problematic polymode configuration (makes markdown unus…
Browse files Browse the repository at this point in the history
…able)
  • Loading branch information
abougouffa committed Nov 4, 2023
1 parent 48efe7c commit 3754ecd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions modules/me-docs.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@
"ll" #'markdown-insert-link
"e" #'markdown-export))

;; See how to define polymodes in:
;; masteringemacs.org/article/polymode-multiple-major-modes-how-to-use-sql-python-in-one-buffer
(use-package polymode
:straight t)

(use-package poly-markdown
:straight t
:hook (markdown-mode . poly-markdown-mode)
:hook (gfm-mode . poly-gfm-mode))

(use-package pandoc-mode
:straight t
:hook (markdown-mode . conditionally-turn-on-pandoc))
Expand Down
3 changes: 0 additions & 3 deletions modules/me-math.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
(use-package ess-R-data-view
:straight t)

(use-package poly-R
:straight t)


(provide 'me-math)

Expand Down

0 comments on commit 3754ecd

Please sign in to comment.