company: disable C-w
This commit is contained in:
parent
ff72c689ca
commit
b05d099886
2 changed files with 4 additions and 4 deletions
|
@ -41,6 +41,8 @@
|
|||
evil-complete-next-func 'narf/company-evil-complete-next
|
||||
evil-complete-previous-func 'narf/company-evil-complete-previous)
|
||||
|
||||
(define-key company-active-map (kbd "C-w") nil)
|
||||
|
||||
(shut-up!
|
||||
(setq company-statistics-file (! (concat narf-temp-dir "company-statistics-cache.el")))
|
||||
(require 'company-statistics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue