outline-minor-mode-prefix changed to 'M-#', although it does not really take

effect when set in outshine.el, must be set in init file.
master
tj 13 years ago
parent b1135b0b47
commit 46b1766d76
  1. 14
      outshine.el

@ -138,13 +138,13 @@ Used to override any major-mode specific file-local settings")
;; ** Vars
;; ;; "\C-c" conflicts with other modes like e.g. ESS
;; (defvar outline-minor-mode-prefix "\C-c"
;; "New outline-minor-mode prefix.
;; Does not really take effect when set in the `outshine' library.
;; Instead, it must be set in your init file *before* the `outline'
;; library is loaded, see the installation tips in the comment
;; section of `outshine'.")
;; "\C-c" conflicts with other modes like e.g. ESS
(defvar outline-minor-mode-prefix "\M-#"
"New outline-minor-mode prefix.
Does not really take effect when set in the `outshine' library.
Instead, it must be set in your init file *before* the `outline'
library is loaded, see the installation tips in the comment
section of `outshine'.")
;; from `outline-magic'
(defvar outline-promotion-headings nil

Loading…
Cancel
Save