mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
completing read multiple
This commit is contained in:
parent
cdf6eb0074
commit
b6bae31e5b
1 changed files with 4 additions and 2 deletions
|
|
@ -35,8 +35,10 @@
|
|||
(interactive
|
||||
(list
|
||||
(my/completing-read "build directory" (lls/get-llvm-build-dirs))
|
||||
(progn
|
||||
(split-string (read-string "ninja -j X ") " "))))
|
||||
(-->
|
||||
(completing-read-multiple "ninja -j X "
|
||||
'("clang"
|
||||
"llc")))))
|
||||
(let* ((buffer-name (funcall lls/name-llvm-build-buffer directory tools)))
|
||||
(compilation-start
|
||||
(lls/ninja-build-tools (lls/un-trampify directory) tools)
|
||||
|
|
|
|||
Loading…
Reference in a new issue