mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
0437e4252c
* #336 +gnu.org/emacs * add zlib.net deps * change dep * rm lisp file * add gnu.org/libidn2 * wip * test add list folder * add lisp folder * make site-list protable * test dir * test * update remote code * change path * wip * wip * wip * wip --------- Co-authored-by: neil molina <neil@neils-MacBook-Pro.local> Co-authored-by: Max Howell <mxcl@me.com>
6 lines
121 B
EmacsLisp
6 lines
121 B
EmacsLisp
(setq exec-path (delete nil
|
|
(mapcar
|
|
(lambda (elt)
|
|
(unless (string-match-p ".tea" elt) elt))
|
|
exec-path)))
|