aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-complete.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-complete.el')
-rw-r--r--emacs/.emacs.d/init/ycp-complete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el
index c29b4d2..4243311 100644
--- a/emacs/.emacs.d/init/ycp-complete.el
+++ b/emacs/.emacs.d/init/ycp-complete.el
@@ -298,7 +298,7 @@
("ftp" "http" "https" "mms" "rtmp" "rtsp" "sftp" "smb" "srt")
:handling :url)
(:name clean-elc-compile
- :external-command "clean-elc-compile %f"
+ :external-command "~/bin/clean-elc-compile %f"
:description "Clean compile a directory of elisp files"
:display-buffer t
:mimetypes ("inode/directory")