Sean Sieger <[email protected]> writes: > What do you suggest as an alternative key combination for hide-other?
I make custom key bindings on function keys that are not already mapped to something - that way they are unlikely to conflict with future key bindings. I like to use f9-something for commands and f9-h makes sense to me in this case. (global-set-key (kbd "<f9> h") 'hide-other) -Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
