Giant refactor! (part 1)
This commit is contained in:
parent
f38d868504
commit
a984bf4f26
20 changed files with 490 additions and 541 deletions
|
@ -23,12 +23,12 @@
|
|||
evil-complete-previous-func 'narf/company-evil-complete-previous)
|
||||
(push 'company-sort-by-occurrence company-transformers)
|
||||
|
||||
(define-key company-active-map "\C-w" nil)
|
||||
|
||||
(global-company-mode +1))
|
||||
(global-company-mode +1)
|
||||
(define-key company-active-map "\C-w" nil))
|
||||
|
||||
;; NOTE: Doesn't look pretty outside of emacs-mac
|
||||
(use-package company-quickhelp
|
||||
:when (featurep 'mac)
|
||||
:after company
|
||||
:config (company-quickhelp-mode +1))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue