Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudshift committed Dec 10, 2011
1 parent c4134f2 commit a92700a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

/hx-complete.elc
/eproject.cfg
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ let me know.

In my haxe mode setup I have the following keys

(local-set-key (kbd ".") (lambda () (interactive) (hx-complete ".")))
(local-set-key (kbd "(") (lambda () (interactive) (hx-complete "(")))
(local-set-key (kbd ".") (lambda () (interactive) (hxc-complete ".")))
(local-set-key (kbd "(") (lambda () (interactive) (hxc-complete "(")))


I'm using the haxe mode by Jens Peter Secher.

If you're not using eproject you'll need to tweak this function

(defun prjDir ()
(defun hxc-prj-dir ()
(cadr prj-current))

to return your project dir. It's currently set to eprojects prj-current.
Expand Down
138 changes: 0 additions & 138 deletions hx-complete.el

This file was deleted.

0 comments on commit a92700a

Please sign in to comment.