diff options
author | Case Duckworth | 2021-09-13 17:18:07 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-13 17:18:07 -0500 |
commit | 94069768e59c13992e7f915018c13d25f9605438 (patch) | |
tree | c4340322c81f02c14790bd261526415c14cd0153 | |
parent | Unbind C-' from org-mode to open global map (diff) | |
download | emacs-94069768e59c13992e7f915018c13d25f9605438.tar.gz emacs-94069768e59c13992e7f915018c13d25f9605438.zip |
Install prism
Trying this out ...
-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 |