Should be easier to recompile than compile

Since that is what I call repeatedly.
This commit is contained in:
Howard Abrams 2022-11-03 09:27:13 -07:00
parent c19c54ef18
commit 1b78e898b4

View file

@ -725,6 +725,7 @@ The goal here is toggle switches and other miscellaneous settings.
"t F" '("show functions" . which-function-mode)
"t f" '("auto-fill" . auto-fill-mode)
"t l" '("line numbers" . display-line-numbers-mode)
"t R" '("read only" . read-only-mode)
"t t" '("truncate" . toggle-truncate-lines)
"t v" '("visual" . visual-line-mode)
"t w" '("whitespace" . whitespace-mode))
@ -1518,8 +1519,8 @@ While I don't /need/ all the features that [[https://github.com/bbatsov/projecti
"p &" '("async cmd in project root" . projectile-run-async-shell-command-in-root)
"p a" '("add new project" . projectile-add-known-project)
"p b" '("switch to project buffer" . projectile-switch-to-buffer)
"p c" '("compile in project" . projectile-compile-project)
"p C" '("repeat last command" . projectile-repeat-last-command)
"p C" '("compile in project" . projectile-compile-project)
"p c" '("repeat last command" . projectile-repeat-last-command)
"p d" '("remove known project" . projectile-remove-known-project)
"p e" '("edit project .dir-locals" . projectile-edit-dir-locals)
"p f" '("find file in project" . projectile-find-file)