[Emacs] Add shortcut for package screenshot

This commit is contained in:
2022-01-07 03:37:46 +01:00
parent be80e8b838
commit 90c3f2b8ff

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