diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el index 3ed63c2..b41b6a0 100644 --- a/init.el +++ b/init.el | |||
@@ -1524,6 +1524,14 @@ See also `crux-reopen-as-root-mode'." | |||
1524 | (setup (:straight embrace) | 1524 | (setup (:straight embrace) |
1525 | (:+key "C-," #'embrace-commander)) | 1525 | (:+key "C-," #'embrace-commander)) |
1526 | 1526 | ||
1527 | (setup (:straight (ement | ||
1528 | :host github | ||
1529 | :repo "alphapapa/ement.el") | ||
1530 | ;; `plz' is a requirement, but isn't on an elpa. | ||
1531 | (setup (:straight (plz :host github | ||
1532 | :repo "alphapapa/plz.el")) | ||
1533 | t))) | ||
1534 | |||
1527 | (setup (:straight epithet) | 1535 | (setup (:straight epithet) |
1528 | (add-hook 'epithet-suggesters #'epithet-for-eww-url) | 1536 | (add-hook 'epithet-suggesters #'epithet-for-eww-url) |
1529 | (dolist (hook '(Info-selection-hook | 1537 | (dolist (hook '(Info-selection-hook |