diff options
Diffstat (limited to 'emacs-willow')
| -rw-r--r-- | emacs-willow | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs-willow b/emacs-willow index bd0a6ae..6fcced5 100644 --- a/emacs-willow +++ b/emacs-willow @@ -218,13 +218,14 @@ ;; code completion ;; ycmd setup +;; # make sure to use python3 ;; # git clone https://github.com/Valloric/ycmd.git ;; # cd ycmd ;; # git submodule update --init --recursive ;; # ./build.py --system-libclang --clang-completer ;; # mkdir -p ~/.emacs.d/ycmd/third_party -;; # cp -r {ycmd,ycm_core.so,CORE_VERSION,cpp,clang_includes} ~/.emacs.d/ycmd/ -;; # cp -r third_party/{argparse,bottle,frozendict,JediHTTP,python-future,requests,waitress} ~/.emacs.d/ycmd/third_party/ +;; # cp -r {ycmd,ycm_core.so,CORE_VERSION,cpp} ~/.emacs.d/ycmd/ +;; # cp -r third_party/{bottle,clang,frozendict,jedi_deps,python-future,requests_deps,waitress} ~/.emacs.d/ycmd/third_party/ (set-variable 'ycmd-server-command `("python3" ,(file-truename "~/.emacs.d/ycmd/ycmd/"))) (set-variable 'ycmd-extra-conf-whitelist '("~/source/*")) |
