Skip to content

Commit

Permalink
feat(prog): initial support for quickrun
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent 375ead4 commit ce60604
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,19 @@
cuda-mode-map scad-mode-map)
"cfc" #'clang-format-buffer))

;;; Modes
(use-package quickrun
:straight t
:init
(+map!
"cq" '(nil :wk "quickrun")
"cqq" #'quickrun
"cqQ" #'quickrun-select
"cqs" #'quickrun-shell
"cqa" #'quickrun-with-arg
"cqc" #'quickrun-compile-only
"cqC" #'quickrun-compile-only-select
"cqd" #'quickrun-select-default))

(use-package gitlab-ci-mode
:straight t)

Expand Down

0 comments on commit ce60604

Please sign in to comment.