emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] make slim auto-complete work in Org-mode (delete some ac-source


From: Sebastien Vauban
Subject: Re: [O] make slim auto-complete work in Org-mode (delete some ac-source in Org-mode).
Date: Tue, 05 Aug 2014 14:54:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (windows-nt)

stardiviner wrote:
> I setup default =ac-sources= for auto-complete like this:
>
> #+BEGIN_SRC emacs-lisp
> (setq-default ac-sources
>               '(ac-source-yasnippet
>                 ac-source-abbrev
>                 ac-source-filename
>                 ac-source-files-in-current-dir
>                 ac-source-dictionary
>                 ac-source-words-in-same-mode-buffers
>                 ))
> #+END_SRC
>
> And I found =ac-source-dictionary= and =ac-source-words-in-same-mode-buffers= 
> is
> heavy for Org-mode, So I try to remove them only in Org-mode.

Do you have some evidence of this?  Profiling with/without?  It'd be
interesting.

Other point: I'm surprised you don't have the source
`ac-source-words-in-buffer' (maybe instead of
`ac-source-words-in-same-mode-buffers')...

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]