From: Amin Bandali Date: Sun, 20 Oct 2019 04:27:14 +0000 (-0400) Subject: emacs: add some which-key prefix labels X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/b549b7601fa37941f308e2528f809f4ad9fa875c emacs: add some which-key prefix labels --- 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"