Emacs, Objective-C, and autocomplete

前端 未结 5 1020
轻奢々
轻奢々 2021-01-31 05:37

I recently switched to emacs for my code editing, and it mostly works well.

However, for Objective-C I find myself missing Xcode\'s autocomplete feature as I have troubl

5条回答
  •  感情败类
    2021-01-31 06:23

    Edit the file auto-complete.el (look for it in the folder you installed "auto-complete" package, of course):

    Goto line 165, I guarantee you know what to do already. :)

提交回复
热议问题