emacs-devel
[Top][All Lists]
Advanced

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

Re: customizing key definitions with Customize


From: Richard M Stallman
Subject: Re: customizing key definitions with Customize
Date: Tue, 13 May 2008 10:59:27 -0400

    Another alternative is to make keybindings first-class entities
    for Customize like faces with their `defface' definition.
    So customized and saved settings in a customization file
    would be like:

    (custom-set-keybindings
      ;; custom-set-keybindings was added by Custom.
      ;; If you edit it by hand, you could mess it up, so be careful.
      ;; Your init file should contain only one such instance.
      ;; If there is more than one, they won't work right.
     '(emacs-lisp-mode-map (([tab] 'lisp-indent-or-complete) ...))
     ...)

That looks clean and useful to me.




reply via email to

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