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?

--
Jorge.


Reply via email to