help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to bind a function with argument?


From: LanX
Subject: Re: How to bind a function with argument?
Date: Fri, 17 Dec 2010 17:52:55 -0800 (PST)
User-agent: G2/1.0

hmm this seems to work for me:

(global-set-key [(super f)]
                '(lambda () (interactive) (org-insert-link (quote (4)))))


reply via email to

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