diff --git a/HISTORY.org b/HISTORY.org index ede307d..55623fd 100644 --- a/HISTORY.org +++ b/HISTORY.org @@ -17,7 +17,8 @@ navi-regexps as items to fold. ** TODO delete tj-outshine branch ** TODO merge trunk in master -** TODO quit byte-compiler +** DONE quite byte-compiler + - State "DONE" from "TODO" [2014-09-20 Sa 23:48] ** DONE introduce outshine-agenda functionality (read-only for now) - State "DONE" from "TODO" [2014-09-20 Sa 12:41] ** DONE rewrite comment section diff --git a/outshine.el b/outshine.el index 42212ba..4f06100 100644 --- a/outshine.el +++ b/outshine.el @@ -247,13 +247,10 @@ ;;; Requires (require 'outline) - -;; (require 'easymenu) -;; soft-dependency on outorg -;; FIXME introducing cyclic dependencies? -;; (require 'outorg nil 'NOERROR) +(require 'outorg) ;; necessary before Emacs 24.3 (require 'newcomment) +;; (require 'easymenu) ;;; Declarations