General cleanup
This commit is contained in:
parent
010bc8de7b
commit
d20c8045ab
3 changed files with 4 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
|||
(defun ,def-name ()
|
||||
(require 'company)
|
||||
(setq-local company-backends (append '((,@backends)) company-backends)))
|
||||
(add-hook! ,modes ',def-name))))
|
||||
(add-hook! ,modes #',def-name))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue