Lazy-load company-mode
This commit is contained in:
parent
92482309fc
commit
e21607f567
3 changed files with 18 additions and 8 deletions
|
@ -10,6 +10,7 @@
|
|||
(quoted (eq (car-safe backends) 'quote)))
|
||||
`(progn
|
||||
(defun ,def-name ()
|
||||
(require 'company)
|
||||
(set (make-local-variable 'company-backends)
|
||||
(append '((,@(mapcar (lambda (backend)
|
||||
(if quoted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue