(require 'org) (require 'org-bullets) (require 'org-capture) (setq org-src-fontify-natively t) (setq org-return-follows-link t) (add-hook 'org-mode-hook 'auto-fill-mode) (add-hook 'org-mode-hook 'org-bullets-mode)