From 27bfd539f1249e84222b5917229c92502a00e4b6 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sat, 8 Sep 2018 22:05:04 -0500 Subject: Remove unused mode and handle keymap conflict which-function-mode is too slow on python and is a global mode. Never really used it. Changed binding that conflicted with projectile. diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el index 139af65..4dbae8f 100644 --- a/lisp/ravi-init-cpp.el +++ b/lisp/ravi-init-cpp.el @@ -233,12 +233,11 @@ _i_: hide ifdef _C-i_: show _b_: hide/show _o_: other file (hs-minor-mode 1) (hs-hide-initial-comment-block) (hide-ifdef-mode 1) - (which-function-mode 1) (diminish 'hs-minor-mode) (diminish 'hide-ifdef-mode) - (bind-key "C-c p" 'insert-counting-printf c-mode-base-map) + (bind-key "C-c P" 'insert-counting-printf c-mode-base-map) (doxymacs-mode 1) (doxymacs-font-lock) -- cgit v0.10.1