[Emacs] Add shortcut for package screenshot

This commit is contained in:
Lucien Cartier-Tilet 2022-01-07 03:37:46 +01:00
parent be80e8b838
commit 90c3f2b8ff
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 1 deletions

View File

@ -2557,7 +2557,12 @@ excluded files.
:type git
:host github
:repo "tecosaur/screenshot")
:config (load-file (locate-library "screenshot.el")))
:config (load-file (locate-library "screenshot.el"))
:general
(phundrak/leader-key
:infix "a"
:packages '(screenshot)
"S" #'screenshot))
#+end_src
*** Shells