summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-10-20 00:27:14 -0400
committerAmin Bandali <bandali@gnu.org>2019-10-20 00:27:14 -0400
commitb549b7601fa37941f308e2528f809f4ad9fa875c (patch)
tree056f5d998545c9fbe0e37a19e325ad8dcf6a1c67 /.emacs.d/init.el
parent6a6817fa1c40e565d36b909dc82b4505f13a7d9f (diff)
downloadconfigs-b549b7601fa37941f308e2528f809f4ad9fa875c.tar.gz
configs-b549b7601fa37941f308e2528f809f4ad9fa875c.tar.xz
configs-b549b7601fa37941f308e2528f809f4ad9fa875c.zip
emacs: add some which-key prefix labels
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index af07d11..fbe2bd3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1599,11 +1599,18 @@ This function is intended for use with `ivy-ignore-buffers'."
"C-c 8 -" "typo/dashes"
"C-c 8 <" "typo/left-brackets"
"C-c 8 >" "typo/right-brackets"
+ "C-x RET" "coding system"
"C-x 8" "unicode"
+ "C-x @" "event modifiers"
"C-x a" "abbrev/expand"
"C-x r" "rectangle/register/bookmark"
+ "C-x t" "tabs"
"C-x v" "version control"
+ "C-x X" "edebug"
+ "C-x C-a" "edebug"
+ "C-x C-k" "kmacro"
;; prefixes for my personal bindings
+ "C-c &" "yasnippet"
"C-c a" "applications"
"C-c a e" "erc"
"C-c a o" "org"
@@ -1620,6 +1627,10 @@ This function is intended for use with `ivy-ignore-buffers'."
"C-c P s" "projectile/search"
"C-c P x" "projectile/execute"
"C-c P 4" "projectile/other-window"
+ "C-c p" "package management"
+ "C-c ps" "straight"
+ "C-c psa" "all"
+ "C-c psp" "package"
"C-c q" "boxquote"
"C-c t" "themes"
;; "s-O" "outline"