Skip to content

Commit

Permalink
Don't define C-/ in company-mode-map
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Oct 12, 2015
1 parent dac0ba8 commit e72dd8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layers/auto-completion/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@
:defer t
:init
(with-eval-after-load 'company
(define-key company-active-map (kbd "C-/") 'helm-company)
(define-key company-mode-map (kbd "C-/") 'helm-company))))
(define-key company-active-map (kbd "C-/") 'helm-company))))

(defun auto-completion/init-hippie-exp ()
;; replace dabbrev-expand
Expand Down

2 comments on commit e72dd8a

@justbur
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@d12frosted
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 👍

Please sign in to comment.