fix(emacs): use personal scribble-mode
This commit is contained in:
parent
41c59679f5
commit
51ffedc8be
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
(use-package just-mode :straight t)
|
(use-package just-mode :straight t)
|
||||||
(use-package justl :straight t
|
(use-package justl :straight t
|
||||||
:bind (("C-c j" . #'justl-recipes)))
|
:bind (("C-c j" . #'justl-recipes)))
|
||||||
(use-package scribble-mode :straight t)
|
(use-package scribble-mode :straight '(scribble-mode :type git :host github :repo "priime0/scribble-mode"))
|
||||||
(use-package auctex :straight t)
|
(use-package auctex :straight t)
|
||||||
(use-package cdlatex :straight t)
|
(use-package cdlatex :straight t)
|
||||||
(use-package yaml-mode :straight t)
|
(use-package yaml-mode :straight t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue