mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
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)))
|