summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 937e9a1..d4a6a0f 100644 --- a/init.el +++ b/init.el
@@ -656,6 +656,11 @@ See also `crux-reopen-as-root-mode'."
656(setup (:straight expand-region) 656(setup (:straight expand-region)
657 (:+key "C-=" #'er/expand-region)) 657 (:+key "C-=" #'er/expand-region))
658 658
659(setup (:straight (filldent
660 :host github
661 :repo "duckwork/filldent.el"))
662 (:+key "M-q" #'filldent-dwim))
663
659(setup (:straight (frowny 664(setup (:straight (frowny
660 :host github 665 :host github
661 :repo "duckwork/frowny.el")) 666 :repo "duckwork/frowny.el"))