emacs-devel
[Top][All Lists]
Advanced

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

Re: Package initialization


From: bruce.connor.am
Subject: Re: Package initialization
Date: Sun, 19 Jul 2015 11:35:59 +0100

> So you are saying this is good style?  And how is this supposed to offer
> the option that people like me don't want to have the keybinding without
> setting it explicitly in .emacs.

If it's a keybind on a specific mode, and if it doesn't conflict with the keys for that mode, then it's low-impact enough that it's alright.

It's safe to assume that a user who installs SLIME would like a convenient way to start SLIME from lisp-mode. The cases where that's not true are unlikely to be bothered by an extra keybind. The cases that are bothered (because it conflicts with some personal keybind), will have to add a line to their init file (either to prevent activation of your package or to fix the conflict).


reply via email to

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