Minor changes
All checks were successful
/ Test config on 20 (push) Successful in 27s

This commit is contained in:
Maciej 2024-11-04 08:05:39 +02:00
parent a68257ee41
commit 42ccce60bd
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 183 additions and 165 deletions

View file

@ -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)