> But this code will use =delq= to delete *global default* =ac-sources= too.
> But I only want to delete in Org-mode.
> So is there some other ways to do it?

`remq' is like `delq' but non-destructive - it modifies a copy.

(And `remove' is like `delete' but non-destructive.)

Reply via email to