Browse Source

New installation instructions.

Carsten Dominik 17 years ago
parent
commit
9400ccfc75
1 changed files with 6 additions and 5 deletions
  1. 6 5
      org-irc.el

+ 6 - 5
org-irc.el

@@ -4,7 +4,7 @@
 ;;
 ;; Author: Philip Jackson <emacs@shellarchive.co.uk>
 ;; Keywords: erc, irc, link, org
-;; Version: 1.1
+;; Version: 1.2
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -28,10 +28,9 @@
 ;; Link to an IRC session. Only ERC has been implemented at the
 ;; moment.
 ;;
-;; Place org-irc.el in your load path and add this to your
-;; .emacs:
-;;
-;; (require 'org-irc)
+;; This file is loaded by default whenever org.el is loaded.  Please
+;; customize the variable `org-default-extensions' to select extensions
+;; you would like to use, and to deselect those which you don't want.
 ;;
 ;; Please note that at the moment only ERC is supported. Other clients
 ;; shouldn't be diffficult to add though.
@@ -51,6 +50,8 @@
 ;;
 ;;; Code:
 
+(require 'org)
+
 (defvar org-irc-client 'erc
   "The IRC client to act on")
 (defvar org-irc-link-to-logs nil