summaryrefslogtreecommitdiff
path: root/app-emacs/company-mode/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-28 21:05:25 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-28 21:05:25 +0100
commit9403c20e10161812ed5231e7fd14464ca484aa09 (patch)
treef7757c7c0efe870267d826326a1a44a33ec53125 /app-emacs/company-mode/files
parente74494cd71c90a42f7cf78ec655c9c883a26c42a (diff)
gentoo auto-resync : 28:07:2022 - 21:05:25
Diffstat (limited to 'app-emacs/company-mode/files')
-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."