I have two shortcuts defined like this
;; eval in shell (global-set-key (kbd "C-c x s") 'eir-eval-in-shell) ;; eval in ruby (global-set-key (kbd "C-c x r") 'eir-eval-in-ruby) which-key helps me when I forgot my keyboard shortcuts.
The problem is, When I press C-c and wait 1 second I don't get any useful info about the above 2 combos.
What I get is
& → +prefix e → er/expand-region h → experiment-001 m → experiment-002 → +projectile-command-map b → bury-buffer f → ffap i → experiment-003 o → experiment-005 x → +prefix C-c- [C-h paging/help] But
x → +prefix doesn't help. Any ideas what to do here?