Hi Eric, Eric Schulte <eric.schu...@gmx.com> writes:
> should be expanded to > > ;; -*- emacs-lisp -*- > (package-initialize) ;; Initialize & Install Package > (unless package-archive-contents (package-refresh-contents)) > (unless (package-installed-p 'org) (package-install 'org)) > (require 'org-install) ;; Initialize Org > ;; (setq org-...) ;; Custom settings I gave these instructrion, but in a separate chunk as I want to keep the first one very short and clear... Thanks for this! -- Bastien