summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranav Jerry2018-09-28 19:24:32 +0530
committerPranav Jerry2018-09-28 19:24:32 +0530
commit9e288bc41da4033d85c59e913a2ad6e2c6cfc59e (patch)
tree46efc9366ac179f6d3174746169a563bf25f6660
parent080e857eac9b755944bbb19f2dee01b92d90ce05 (diff)
downloadaur-9e288bc41da4033d85c59e913a2ad6e2c6cfc59e.tar.gz
fixed bug in auto-complete-clang-async.install
-rwxr-xr-xauto-complete-clang-async.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-complete-clang-async.install b/auto-complete-clang-async.install
index e875005817c3..f545bf64ad33 100755
--- a/auto-complete-clang-async.install
+++ b/auto-complete-clang-async.install
@@ -6,7 +6,7 @@ add the following lines to your .emacs
(require 'auto-complete-clang-async)
(defun ac-cc-mode-setup ()
- (setq ac-clang-complete-executable "~/.emacs.d/clang-complete")
+ (setq ac-clang-complete-executable "/usr/bin/clang-complete")
(setq ac-sources '(ac-source-clang-async))
(ac-clang-launch-completion-process)
)