lang/cc: remove +cc/install (vestigial; using bootstrapper now)

This commit is contained in:
Henrik Lissner 2017-04-05 15:55:11 -04:00
parent 3a43e2fcfa
commit 2d44ec4eb6

View file

@ -1,19 +1,5 @@
;;; lang/cc/autoload.el
;;;###autoload
(defun +cc/install ()
(interactive)
(irony-install-server
(format
(concat "%s %s %s && %s --build . "
"--use-stderr --config Release --target install")
(shell-quote-argument irony-cmake-executable)
(shell-quote-argument (concat "-DCMAKE_INSTALL_PREFIX="
(expand-file-name
irony-server-install-prefix)))
(shell-quote-argument irony-server-source-dir)
(shell-quote-argument irony-cmake-executable))))
;;;###autoload
(defun +cc/autoclose->-maybe ()
"For some reason smartparens won't autoskip >'s, this hack does."