This commit is contained in:
parent
a68257ee41
commit
42ccce60bd
6 changed files with 183 additions and 165 deletions
|
|
@ -3,13 +3,18 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'icejam-prog-mode)
|
||||
(declare-function elpaca-installed-p "elpacs")
|
||||
|
||||
;; Markdown is a dependency of LSP mode. By wrapping it in unless we silence
|
||||
;; a warning from the byte compiler.
|
||||
(declare-function elpaca-installed-p "elpaca")
|
||||
(unless (elpaca-installed-p 'markdown-mode)
|
||||
(use-package markdown-mode :ensure t))
|
||||
|
||||
(with-eval-after-load 'markdown-mode
|
||||
(setq-default markdown-command "pandoc"))
|
||||
|
||||
(declare-function rxt--re-builder-switch-pcre-mode "pcre2el")
|
||||
|
||||
(defun icejam-lang-activate-markdown-mode ()
|
||||
"Reconfigure markdown mode for your own purposes."
|
||||
(icejam-set-indent 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue