Tiny emacs minor mode for toggling between multiple major modes.
To use, place tog-mode.el in your load-path, and run:
(require 'tog-mode)You can now call tog-setup with a list of modes you wish to toggle
between. For example:
(tog-setup (list 'latex-mode 'org-mode))This will give you the keyboard shortcut C-c # to toggle between the
major modes you listed.