Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix ido-find-file-at-point behaviour for /* */ comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 4, 2009
1 parent e404594 commit 6d71efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-misc.el
Expand Up @@ -65,7 +65,7 @@
(setq ido-enable-prefix nil
ido-enable-flex-matching t
ido-create-new-buffer 'always
ido-use-filename-at-point t
ido-use-filename-at-point 'guess
ido-max-prospects 10))

(set-default 'indent-tabs-mode nil)
Expand Down

0 comments on commit 6d71efa

Please sign in to comment.