1
0

add prism package

This commit is contained in:
zdm 2021-02-08 00:26:31 -07:00
parent 327c00e178
commit b425a29a05

View File

@ -606,3 +606,10 @@
:bind
(("C-c d" . define-word-at-point)
("C-c D" . define-word)))
;;; Prism
(use-package prism
:ensure t
:defer t
:hook prog-mode)