summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-13 17:18:07 -0500
committerCase Duckworth2021-09-13 17:18:07 -0500
commit94069768e59c13992e7f915018c13d25f9605438 (patch)
treec4340322c81f02c14790bd261526415c14cd0153 /init.el
parentUnbind C-' from org-mode to open global map (diff)
downloademacs-94069768e59c13992e7f915018c13d25f9605438.tar.gz
emacs-94069768e59c13992e7f915018c13d25f9605438.zip
Install prism
Trying this out ...
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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