Skip to content

totherme/tog-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

tog-mode

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.

About

Tiny emacs minor mode for toggling between multiple major modes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors