Commit 1cfddc8476f0
Changed files (2)
tools
emacs
tools/emacs/config/config-programming.el
@@ -48,10 +48,11 @@
(setq pos (match-end 0)))
commands))
+;; TODO github run-command: if remote is github.com, add a gh create pr command
+
(use-package run-command
:bind ("C-c c" . run-command)
:config
- ;; TODO (defun run-command-recipe-make ())
(defun run-command-recipe-make()
"Returns a dynamic list of commands based of a Makefile.
tools/emacs/config/programming-config.el
@@ -38,6 +38,7 @@
(use-package flymake
:defer t
:bind
+ (("C-c f e" . flymake-show-project-diagnostics))
(:map flymake-mode-map
("M-n" . flymake-goto-next-error)
("M-p" . flymake-goto-prev-error))