Update outshine-version variable

I was wondering why I couldn't update to 3.0, turned out this was the problem
master
Sebastian Wålinder 7 years ago committed by GitHub
parent d1e37053f1
commit dbd0d674f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      outshine.el

@ -273,7 +273,7 @@
;;; Variables
;;;; Consts
(defconst outshine-version "2.0"
(defconst outshine-version "3.0"
"outshine version number.")
(defconst outshine-max-level 8
@ -1650,7 +1650,7 @@ This function will be hooked to `outline-minor-mode'."
(not outline-minor-mode))
(outshine-mode 0)))
<EFBFBD>
;;;;; Additional outline functions
;;;;;; Functions from `outline-magic'

Loading…
Cancel
Save