document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. (setq load-path (cons "~/.emacs.d/elisp/org/" load-path))
  2. (require \'org-install)
  3. ;Ассоциируем файлы с расширением *.org с org-mode
  4. (add-to-list \'auto-mode-alist \'("\\\\\\\\.org\\\\\\\\\'" . org-mode))
');