Skip to content

Commit

Permalink
feat(tools): add app-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 12, 2023
1 parent c26a1ea commit 9881bbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
:bind (("<remap> <async-shell-command>" . with-editor-async-shell-command)
("<remap> <shell-command>" . with-editor-shell-command)))

(use-package app-launcher
:straight '(app-launcher :host github :repo "SebastienWae/app-launcher")
:when (or os/linux os/bsd)
:init
(+map! "oo" #'app-launcher-run-app))


(provide 'me-tools)

Expand Down

0 comments on commit 9881bbc

Please sign in to comment.