diff options
author | Sam James <sam@gentoo.org> | 2022-08-09 03:35:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-09 21:05:44 +0100 |
commit | c632f45783b8f45c1ed0d3b48e8269cf070d93c9 (patch) | |
tree | cf8df694ff45927c4f773d41a071f2f5a60f2836 /app-emacs/emacs-ccls/files | |
parent | mail-client/mutt-2.2.7: version bump (diff) | |
download | gentoo-c632f45783b8f45c1ed0d3b48e8269cf070d93c9.tar.gz gentoo-c632f45783b8f45c1ed0d3b48e8269cf070d93c9.tar.bz2 gentoo-c632f45783b8f45c1ed0d3b48e8269cf070d93c9.zip |
app-emacs/emacs-ccls: new package, add 0_pre20220510
Closes: https://bugs.gentoo.org/864513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-ccls/files')
-rw-r--r-- | app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el b/app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el new file mode 100644 index 000000000000..9740d6b3b220 --- /dev/null +++ b/app-emacs/emacs-ccls/files/50emacs-ccls-gentoo.el @@ -0,0 +1,4 @@ +;;; emacs-ccls site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") + |