Restore C-M-i in LaTeX mode

This is a bit inconvenient because I should remove this binding only in
LaTeX mode… mmh
master
Jacopo De Simoi 10 years ago
parent c7669a614e
commit b09cebdc8e
  1. 2
      init.el

@ -449,7 +449,7 @@ This is the same as using \\[set-mark-command] with the prefix argument."
(require 'outshine)
(add-hook 'outline-minor-mode-hook 'outshine-hook-function)
(setq outshine-use-speed-commands t)
(eval-after-load 'outshine '(define-key outline-minor-mode-map (kbd "C-M-i") nil))
(add-hook 'sh-mode-hook 'outline-minor-mode)
(require 'package)

Loading…
Cancel
Save