Lennart Borgman wrote:

   Which make me think that these two things would overlap if the key 
   bindings where defined through define-minor-mode.

It is easier to use the current, standard customization mechanism.
Simply load a .emacs file.

In it, you can define global keybindings, local keybindings, faces,
variables, functions, and so on.  You do not need to be limited as
lisp/cus-theme.el is currently limited.

By adding an `unload-libraries' function, you get both the
known-to-work, longstanding method and the newer automatic programming
method that the other cus-*.el libraries provide.

-- 
    Robert J. Chassell                         
    [EMAIL PROTECTED]                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to