emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Redefine key for sorting


From: Jorge A. Alfaro-Murillo
Subject: Re: [O] Redefine key for sorting
Date: Fri, 08 May 2015 12:29:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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

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