summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2017-03-06 03:54:20 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2017-03-06 04:09:01 (GMT)
commit98301553cfac502492fd017f68394fe21e2282b6 (patch)
treeb1c92e560d1b62501c052ca0ad0c9e658ba6d466 /lisp
parentdc6743b3e3be2be1d56c9499824c321b01d74033 (diff)
downloaddotemacs-98301553cfac502492fd017f68394fe21e2282b6.zip
dotemacs-98301553cfac502492fd017f68394fe21e2282b6.tar.gz
dotemacs-98301553cfac502492fd017f68394fe21e2282b6.tar.bz2
Todo: fix help map
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-insertion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-insertion.el b/lisp/ravi-init-insertion.el
index e75c414..300b6aa 100644
--- a/lisp/ravi-init-insertion.el
+++ b/lisp/ravi-init-insertion.el
@@ -122,7 +122,7 @@
(progn
(company-quickhelp-mode 1)
;; Enable company-quickhelp only when company-mode is active
- (unbind-key "M-h" company-quickhelp-mode-map)
+ ;; (unbind-key "M-h" company-quickhelp-mode-map)
(bind-key "M-h" 'company-quickhelp-manual-begin company-active-map))
:ensure t)