[Emacs] Keybind to quickly open straight repositories
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d4285f76d5
commit
30086fa7ce
@ -7761,6 +7761,13 @@ I also have some keybinds dedicated to opening specific files.
|
|||||||
(interactive)
|
(interactive)
|
||||||
(find-file (concat user-emacs-directory "init.el")))
|
(find-file (concat user-emacs-directory "init.el")))
|
||||||
:which-key "init.el")
|
:which-key "init.el")
|
||||||
|
"fR" '((lambda ()
|
||||||
|
(interactive)
|
||||||
|
(counsel-find-file ""
|
||||||
|
(concat user-emacs-directory
|
||||||
|
(file-name-as-directory "straight")
|
||||||
|
(file-name-as-directory "repos"))))
|
||||||
|
:which-key "straight package")
|
||||||
"fS" '((lambda ()
|
"fS" '((lambda ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(find-file "~/org/config/stumpwm.org"))
|
(find-file "~/org/config/stumpwm.org"))
|
||||||
|
Loading…
Reference in New Issue
Block a user