diff options
Diffstat (limited to 'app-emacs/company-mode/files/50company-mode-gentoo.el')
-rw-r--r-- | app-emacs/company-mode/files/50company-mode-gentoo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/company-mode/files/50company-mode-gentoo.el b/app-emacs/company-mode/files/50company-mode-gentoo.el new file mode 100644 index 000000000000..cd85457fe91e --- /dev/null +++ b/app-emacs/company-mode/files/50company-mode-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'company-mode "company" nil t) |