Malabarba / latex-extra

A series of usability improvements for Emacs latex-mode.
GNU General Public License v3.0
69 stars 14 forks source link

C-c C-f conflicts with AucTeX #14

Closed rmcd1024 closed 8 years ago

rmcd1024 commented 8 years ago

tex.el defines C-c C-f as TeX-font, so enabling latex-extra clobbers a (very useful IMO) feature in AucTeX.

Malabarba commented 8 years ago

Hey there. The keymap is moved under C-c f, and there's an option to disable this. It's all in the readme. ;-)

rmcd1024 commented 8 years ago

Thanks, believe it or not, I did read the readme, I just missed that! Is there a reason not to keep the AucTeX font mappings as they are, and use C-c f for the move to section command?

Malabarba commented 8 years ago

The C-c C-f mapping was chosen to match the keybinds that org-mode uses for navigation. Org-mode is what inspired this feature, so I wanted to imitate the bindings.

(And the fact that originally I didn't know about auctex's font-map might have something to do with it :-)).

rmcd1024 commented 8 years ago

Thanks!