Skip to content

Commit

Permalink
projection: Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Dec 5, 2023
1 parent 728284c commit 581fd99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/straight/versions/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
("pip-requirements.el" . "216cd1690f80cc965d4ae47b8753fc185f778ff6")
("popup-el" . "2868885b2ba64fd469f0aa10a734ceeaf49a1baa")
("prescient.el" . "37d356e105fe29d5d3c686dcae2585981299d30b")
("projection" . "307714f1a21abe24454c48996e0b24bad8565dcd")
("projection" . "c80fc9f386e4c26cd9ac8cda232d2e00be4e37cc")
("pyimport" . "c006a5fd0e5c9e297aa2ad71b2f02f463286b5e3")
("queue" . "f986fb68e75bdae951efb9e11a3012ab6bd408ee")
("rainbow-mode" . "5c6c4b13695a39671063ecbee6c8629bd53751ec")
Expand Down
15 changes: 12 additions & 3 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -16429,10 +16429,19 @@ Welcome to my personal Emacs configuration 😎.
"i" 'projection-commands-install-project
;; `projection-recentf'
"r" 'projection-recentf

;; Misc extra commands
"a" '(nil :wk "Extras")
"ap" 'projection-cmake-set-preset
"ab" 'projection-cmake-set-build-type))
"a" '(nil :wk "Extensions")
"ac" '(nil :wk "CMake")
"acp" 'projection-cmake-set-preset
"acb" 'projection-cmake-set-build-type
"acd" 'projection-cmake-clear-build-directory
"ag" '(nil :wk "Golang")
"agp" 'projection-golang-set-package
"am" '(nil :wk "Meson")
"amb" 'projection-meson-set-build-type
"amc" 'projection-meson-set-build-option
))
#+end_src

*** Projection Multi
Expand Down

0 comments on commit 581fd99

Please sign in to comment.