diff --git a/init.el b/init.el index da0501b..5d896ba 100644 --- a/init.el +++ b/init.el @@ -115,10 +115,10 @@ ;; (company-begin-commands nil) ;; uncomment to disable popup :bind (:map company-active-map - ("C-n". company-select-next) - ("C-p". company-select-previous) - ("M-<". company-select-first) - ("M->". company-select-last)) + ("C-n". company-select-next) + ("C-p". company-select-previous) + ("M-<". company-select-first) + ("M->". company-select-last)) (:map company-mode-map ("". tab-indent-or-complete) ("TAB". tab-indent-or-complete)))