Use elpaca instead of straight
Some big changes related to that, and to use-package
This commit is contained in:
parent
ecf3d4195a
commit
c7b0c1c6c2
50 changed files with 1262 additions and 365 deletions
|
|
@ -4,10 +4,11 @@
|
|||
|
||||
(require 'icejam-prog-mode)
|
||||
|
||||
(use-package markdown-mode
|
||||
:straight t
|
||||
:defer t
|
||||
:init (setq-default markdown-command "pandoc"))
|
||||
(unless (elpaca-installed-p 'markdown-mode)
|
||||
(use-package markdown-mode
|
||||
:ensure t
|
||||
:defer t
|
||||
:init (setq-default markdown-command "pandoc")))
|
||||
|
||||
(defun icejam-lang-activate-markdown-mode ()
|
||||
"Reconfigure markdown mode for your own purposes."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue