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

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

Re: how can I make a reference card like the Emacs reference card


From: Jean Louis
Subject: Re: how can I make a reference card like the Emacs reference card
Date: Sun, 11 Dec 2022 11:57:48 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

* Eduardo Ochs <eduardoochs@gmail.com> [2022-12-11 08:36]:
> Here:
> 
   (defun r () (interactive)
     (find-2a nil '(find-fline "~/REFCARD")))
> 
   (defun o () (interactive)
     (find-2a nil '(find-fline "~/REFCARD.org")))
> 
   (defun m () (interactive)
     (find-2a nil '(find-fline (format "~/REFCARD.%s" major-mode))))

Yes, that is good for the file name.

And then, that file content shall be created automatically.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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