1
0
Fork 0

fix(emacs): use personal scribble-mode

This commit is contained in:
Lucas Sta Maria 2024-12-18 20:14:04 +08:00
parent 41c59679f5
commit 51ffedc8be
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

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