We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
casual-bookmarks
1 parent 026eee0 commit 34e38eaCopy full SHA for 34e38ea
modules/me-ui.el
@@ -144,6 +144,10 @@
144
:straight (:host github :repo "kickingvegas/casual-re-builder")
145
:bind (:package re-builder :map reb-mode-map ([f2] . casual-re-builder-tmenu)))
146
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
+
151
(use-package casual-avy
152
:straight t
153
:bind ("M-g a" . casual-avy-tmenu))
0 commit comments