jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > Hi Igor. > > Igor Sosa Mayor writes: > >> I'm using very often the sort function of lists. Unfortunately it is >> bound to a key combination (C-c ^) which is rather uneasy. I would >> like to change it to C-c ñ. Which is the best method to redefine it? > > Doesn't the standard > > (eval-after-load "org" '(define-key org-mode-map (kbd "C-c ñ") > 'org-sort)) > > work?
yes of course, it works. Thanks a lot!