(setq debug-on-error t) ;; debug-on-signal t ;; debug-on-quit t) (add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp")) (add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp")) (add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lisp")) (add-to-list 'Info-default-directory-list (expand-file-name "/opt/emacs-lisp/share/info")) (winner-mode t) (require 'org-install) (require 'org-inlinetask)