diff options
Diffstat (limited to 'app-emacs/lv/files')
-rw-r--r-- | app-emacs/lv/files/50lv-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/lv/files/lv-require-cl-lib.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/lv/files/50lv-gentoo.el b/app-emacs/lv/files/50lv-gentoo.el new file mode 100644 index 0000000..431f7e9 --- /dev/null +++ b/app-emacs/lv/files/50lv-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/lv/files/lv-require-cl-lib.patch b/app-emacs/lv/files/lv-require-cl-lib.patch new file mode 100644 index 0000000..805c427 --- /dev/null +++ b/app-emacs/lv/files/lv-require-cl-lib.patch @@ -0,0 +1,13 @@ +diff --git a/lv.el b/lv.el +index bc83f07..61d0971 100644 +--- a/lv.el ++++ b/lv.el +@@ -33,6 +33,8 @@ + + ;;; Code: + ++(require 'cl-lib) ++ + (defgroup lv nil + "The other echo area." + :group 'minibuffer |