Use elpaca for longer
All checks were successful
/ Test config on 20 (push) Successful in 29s

This commit is contained in:
Maciej 2024-10-30 08:18:17 +02:00
parent 1fe168ccc6
commit f21f3dcc77
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
25 changed files with 883 additions and 984 deletions

View file

@ -3,12 +3,12 @@
;;; Code:
(require 'icejam-prog-mode)
(declare-function elpaca-installed-p "elpacs")
(unless (elpaca-installed-p 'markdown-mode)
(use-package markdown-mode
:ensure t
:defer t
:init (setq-default markdown-command "pandoc")))
(use-package markdown-mode :ensure t))
(with-eval-after-load 'markdown-mode
(setq-default markdown-command "pandoc"))
(defun icejam-lang-activate-markdown-mode ()
"Reconfigure markdown mode for your own purposes."