Skip to content

Commit

Permalink
Completion for :load command.
Browse files Browse the repository at this point in the history
  • Loading branch information
manzyuk committed Jan 27, 2012
1 parent 2bfc5b9 commit dcea957
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ghci-completion.el
Expand Up @@ -115,6 +115,11 @@ packages in both the global and user databases."

(fset 'pcomplete/:e 'pcomplete/:edit)

(defun pcomplete/:load ()
(while (pcomplete-here* (pcomplete-entries))))

(fset 'pcomplete/:l 'pcomplete/:load)

(defun pcomplete/:module ()
(while (pcomplete-here* exposed-modules)))

Expand Down

0 comments on commit dcea957

Please sign in to comment.