Skip to content

Commit 34e38ea

Browse files
committed
feat(ui): add support for casual-bookmarks
1 parent 026eee0 commit 34e38ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/me-ui.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
:straight (:host github :repo "kickingvegas/casual-re-builder")
145145
:bind (:package re-builder :map reb-mode-map ([f2] . casual-re-builder-tmenu)))
146146

147+
(use-package casual-bookmarks
148+
:straight (:host github :repo "kickingvegas/casual-bookmarks")
149+
:bind (:package bookmark :map bookmark-bmenu-mode-map ([f2] . casual-bookmarks-tmenu)))
150+
147151
(use-package casual-avy
148152
:straight t
149153
:bind ("M-g a" . casual-avy-tmenu))

0 commit comments

Comments
 (0)