summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/company-mode/files/company-mode-company-icons-root.patch')
-rw-r--r--app-emacs/company-mode/files/company-mode-company-icons-root.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/company-mode/files/company-mode-company-icons-root.patch b/app-emacs/company-mode/files/company-mode-company-icons-root.patch
new file mode 100644
index 000000000000..69f33323a25d
--- /dev/null
+++ b/app-emacs/company-mode/files/company-mode-company-icons-root.patch
@@ -0,0 +1,11 @@
+--- a/company.el
++++ b/company.el
+@@ -1578,7 +1578,7 @@ end of the match."
+ (defconst company-icons-root
+ (file-name-as-directory
+ (expand-file-name "icons"
+- (file-name-directory (or load-file-name buffer-file-name)))))
++ "@SITEETC@")))
+
+ (defcustom company-icon-size '(auto-scale . 16)
+ "Size of icons indicating completion kind in the popup."