mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): Disable ruby-specific C-c C-b binding
C-C C-b is globally defined to run projectile-ibuffer.
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
(company-mode -1))
|
||||
|
||||
:config
|
||||
(unbind-key "C-c C-b" inf-ruby-minor-mode-map)
|
||||
(unbind-key "C-c C-r" inf-ruby-minor-mode-map)
|
||||
(unbind-key "C-c C-s" inf-ruby-minor-mode-map))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user