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: address@hidden
Subject: Re: [O] make slim auto-complete work in Org-mode (delete some ac-source in Org-mode).
Date: Thu, 7 Aug 2014 16:52:58 +0800

I test those ac-source one by one manually.
And also I have extension org-ac. Then they are more heavy.
And I open many big org files usually. So I found they are heavy.

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://nagatopain-blog.logdown.com/


On Tue, Aug 5, 2014 at 8:54 PM, Sebastien Vauban <address@hidden> wrote:
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]