diff options
author | Case Duckworth | 2022-04-24 15:02:05 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-24 15:02:05 -0500 |
commit | 6d62265dd00fee74a0cf3d3a1e84df65d1e69ead (patch) | |
tree | 114f4e90cc9c1e7727f67b453e5d55c781238bbc /init.el | |
parent | Bleh (diff) | |
download | emacs-6d62265dd00fee74a0cf3d3a1e84df65d1e69ead.tar.gz emacs-6d62265dd00fee74a0cf3d3a1e84df65d1e69ead.zip |
Add ement.el
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 |