repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
emacs
/
build-support
/
mk-wrapper-subdirs.el
blob
7d30400a5c65f60e14575e5bbbe145b2d30b1de3
1
(
defmacro
mk-subdirs-expr
(
path
)
2
`(
setq
load-path
3
(
delete-dups
(
append
'(,
path
)
4
',(
let
((
default-directory
path
))
5
(
normal-top-level-add-subdirs-to-load-path
))
6
load-path
))))