summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-09-09 03:05:04 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-09-09 03:05:04 (GMT)
commit27bfd539f1249e84222b5917229c92502a00e4b6 (patch)
tree59266a556b5fb5e8f22e6a3d0300c8a84349f60c /lisp
parent3317abe9615da4fef23f119af365c0cad7bb4bd6 (diff)
downloaddotemacs-27bfd539f1249e84222b5917229c92502a00e4b6.zip
dotemacs-27bfd539f1249e84222b5917229c92502a00e4b6.tar.gz
dotemacs-27bfd539f1249e84222b5917229c92502a00e4b6.tar.bz2
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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-cpp.el3
1 files changed, 1 insertions, 2 deletions
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)