Doom: Use pandoc-mode

This commit is contained in:
earnest ma 2022-09-23 09:37:05 -04:00
parent 4711ee660b
commit ace37263ee
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
2 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,10 @@
:init (setq epg-pinentry-mode `loopback)
(pinentry-start))
;; pandoc mode
;; use C-c / after (pandoc-mode)
(use-package! pandoc-mode)
;; Bind SPC s c to clear evil search
(map! :leader
:desc "Clear recent search result"

View File

@ -55,3 +55,4 @@
(package! pinentry)
(package! ess-view)
(package! ess-view-data)
(package! pandoc-mode)