diff --git a/ha-config.org b/ha-config.org index 08bfd7e..16ae1d8 100644 --- a/ha-config.org +++ b/ha-config.org @@ -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)