diff --git a/modules/lang/cc/autoload.el b/modules/lang/cc/autoload.el index 4450d062c..80b4860a9 100644 --- a/modules/lang/cc/autoload.el +++ b/modules/lang/cc/autoload.el @@ -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."