|
From: | address@hidden |
Subject: | Re: [O] change completion function in a headline in a minor mode |
Date: | Fri, 17 Jul 2015 13:20:24 +0000 |
I don't know much lisp and Emacs completion framework details, but if you use company-mode there's a nice article explaining how to create a new company backend
http://sixty-north.com/blog/writing-the-simplest-emacs-company-mode-backend
There's also a second part improving the backend with extra information.
--
Darlan
mThanks as always,Hi,I am thinking of turning my marking stuff into a minor mode (http://matt.hackinghistory.ca/2015/07/15/mailing-subtrees-with-attachments/). One feature that is missing from my current setup is a function that will let me use org-contacts-complete-name to complete names when I'm in certain headlines (level 2). Does anyone know how to do that? I don't understand the completion framework in emacs, looks so complicated...
[Prev in Thread] | Current Thread | [Next in Thread] |