diff options
author | Alan Pearce | 2014-07-05 11:04:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-05 11:04:28 +0100 |
commit | d69d493c16f6539a8bbc1e256fb625ee73f0c0de (patch) | |
tree | 63099a98b1fef2415ff0fa92e43f4cdf6fee59fb /tag-emacs/emacs.d/init.el | |
parent | aeb44902a7d67feffc70e69e68d087e7a4b224d6 (diff) | |
download | dotfiles-d69d493c16f6539a8bbc1e256fb625ee73f0c0de.tar.lz dotfiles-d69d493c16f6539a8bbc1e256fb625ee73f0c0de.tar.zst dotfiles-d69d493c16f6539a8bbc1e256fb625ee73f0c0de.zip |
Emacs: add discover-my-major mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 8635ac0..37ceb53 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -266,6 +266,9 @@ :init (which-function-mode) :config (setq which-func-modes t)) +(req-package discover-my-major + :bind ("C-h C-m" . discover-my-major)) + ;;;; Files (prefer-coding-system 'utf-8-auto-unix) |