diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 754d012..2e982df 100644 --- a/init.el +++ b/init.el | |||
@@ -1617,6 +1617,10 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1617 | (setup (:straight powerthesaurus) | 1617 | (setup (:straight powerthesaurus) |
1618 | (:global "C-c l t" #'powerthesaurus-lookup-word-dwim)) | 1618 | (:global "C-c l t" #'powerthesaurus-lookup-word-dwim)) |
1619 | 1619 | ||
1620 | (setup (:straight prism) | ||
1621 | (:hook-into lisp-mode | ||
1622 | c-mode)) | ||
1623 | |||
1620 | (setup prog | 1624 | (setup prog |
1621 | (:option show-paren-delay 0 | 1625 | (:option show-paren-delay 0 |
1622 | show-paren-style 'mixed | 1626 | show-paren-style 'mixed |