summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs1380
1 files changed, 1380 insertions, 0 deletions
diff --git a/.emacs b/.emacs
new file mode 100644
index 0000000..48e3fe7
--- /dev/null
+++ b/.emacs
@@ -0,0 +1,1380 @@
+;; -*- emacs-lisp -*-
+
+ (let ((buffer (url-retrieve-synchronously
+ "http://tromey.com/elpa/package-install.el")))
+ (save-excursion
+ (set-buffer buffer)
+ (goto-char (point-min))
+ (re-search-forward "^$" nil 'move)
+ (eval-region (point) (point-max))
+ (kill-buffer (current-buffer))))
+
+(setq erbot-nickserv-p t)
+
+(setq erc-prompt-for-nickserv-password nil)
+
+(setq erc-nickserv-passwords
+ '((freenode (("pbot" . "*")))))
+
+(setq h4x0r-sometimes-replace
+ '(("ea" "33") ("er" "0r") ("a" "4")
+ ;;("b" "8")
+ ;;("d" "|>")
+ ("e" "3" "E") ;;("f" "|=") ("h" "|-|")
+ ;;("i" "1" "|") ;;("k" "|<" "x")
+ ;;("l" "1" "|_") ("m" "|\\/|") ("n" "|\\|")
+ ("o" "0") ;;("q" "@")
+ ("s"
+ "5" "Z" "$")
+ ;;("t" "+" "7")
+ ("ck" "x") ("u" "U") ;;("v" "\\/")
+
+ ;("x"
+ ;X" "><") ("y" "j"
+ ))
+
+(add-to-list 'load-path "~/elisp")
+(add-to-list 'load-path "~/elisp/erbot")
+(add-to-list 'load-path "~/elisp/erbot/contrib/idledo")
+(add-to-list 'load-path "~/elisp/erbot/erball")
+(add-to-list 'load-path "~/elisp/erbot/erbbdb")
+(add-to-list 'load-path "~/elisp/erbot/erbc2")
+(add-to-list 'load-path "~/elisp/erbot/erbc3")
+(add-to-list 'load-path "~/elisp/erbot/erbc4")
+(add-to-list 'load-path "~/elisp/erbot/erbc5")
+(add-to-list 'load-path "~/elisp/erbot/erbc6")
+(add-to-list 'load-path "~/elisp/erbot/erbc-backquote")
+(add-to-list 'load-path "~/elisp/erbot/erbc")
+(add-to-list 'load-path "~/elisp/erbot/erbcompat")
+(add-to-list 'load-path "~/elisp/erbot/erbcountry")
+(add-to-list 'load-path "~/elisp/erbot/erbcspecial")
+(add-to-list 'load-path "~/elisp/erbot/erbdata")
+(add-to-list 'load-path "~/elisp/erbot/erbedit")
+(add-to-list 'load-path "~/elisp/erbot/erbeng")
+(add-to-list 'load-path "~/elisp/erbot/erbim")
+(add-to-list 'load-path "~/elisp/erbot/erbkarma")
+(add-to-list 'load-path "~/elisp/erbot/erblisp")
+(add-to-list 'load-path "~/elisp/erbot/erblog")
+(add-to-list 'load-path "~/elisp/erbot/erbmerge")
+(add-to-list 'load-path "~/elisp/erbot/erbmsg")
+(add-to-list 'load-path "~/elisp/erbot/erbp")
+(add-to-list 'load-path "~/elisp/erbot/erbrss")
+(add-to-list 'load-path "~/elisp/erbot/erbtrain")
+(add-to-list 'load-path "~/elisp/erbot/erbunlisp")
+(add-to-list 'load-path "~/elisp/erbot/erburl")
+(add-to-list 'load-path "~/elisp/erbot/erbwiki")
+(add-to-list 'load-path "~/elisp/erbot/contrib/faith")
+(add-to-list 'load-path "~/elisp/erbot/contrib/flame")
+(add-to-list 'load-path "~/elisp/erbot/contrib/geek")
+(add-to-list 'load-path "~/elisp/erbot/contrib/h4x0r")
+(add-to-list 'load-path "~/elisp/erbot/contrib/haiku")
+(add-to-list 'load-path "~/elisp/erbot/contrib/lines")
+(add-to-list 'load-path "~/elisp/erbot/contrib/mkback")
+(add-to-list 'load-path "~/elisp/erbot/contrib/oct")
+(add-to-list 'load-path "~/elisp/erbot/contrib/shs")
+(add-to-list 'load-path "~/elisp/erbot/contrib/timerfunctions")
+(add-to-list 'load-path "~/elisp/erbot/contrib/translate")
+(add-to-list 'load-path "~/elisp/erbot/contrib/units")
+(add-to-list 'load-path "~/elisp/erbot/contrib/wtf")
+
+(load "~/elisp/erbot/erbot.el")
+(load "~/elisp/erbot/contrib/idledo.el")
+(load "~/elisp/erbot/erball.el")
+(load "~/elisp/erbot/erbbdb.el")
+(load "~/elisp/erbot/erbc2.el")
+(load "~/elisp/erbot/erbc3.el")
+(load "~/elisp/erbot/erbc4.el")
+(load "~/elisp/erbot/erbc5.el")
+(load "~/elisp/erbot/erbc6.el")
+(load "~/elisp/erbot/erbc-backquote.el")
+(load "~/elisp/erbot/erbc.el")
+(load "~/elisp/erbot/erbcompat.el")
+(load "~/elisp/erbot/erbcountry.el")
+(load "~/elisp/erbot/erbcspecial.el")
+(load "~/elisp/erbot/erbdata.el")
+(load "~/elisp/erbot/erbedit.el")
+(load "~/elisp/erbot/erbeng.el")
+(load "~/elisp/erbot/erbim.el")
+(load "~/elisp/erbot/erbkarma.el")
+(load "~/elisp/erbot/erblisp.el")
+(load "~/elisp/erbot/erblog.el")
+(load "~/elisp/erbot/erbmerge.el")
+(load "~/elisp/erbot/erbmsg.el")
+(load "~/elisp/erbot/erbp.el")
+(load "~/elisp/erbot/erbrss.el")
+(load "~/elisp/erbot/erbtrain.el")
+(load "~/elisp/erbot/erbunlisp.el")
+(load "~/elisp/erbot/erburl.el")
+(load "~/elisp/erbot/erbwiki.el")
+(load "~/elisp/erbot/contrib/faith.el")
+(load "~/elisp/erbot/contrib/flame.el")
+(load "~/elisp/erbot/contrib/geek.el")
+(load "~/elisp/erbot/contrib/h4x0r.el")
+(load "~/elisp/erbot/contrib/haiku.el")
+(load "~/elisp/erbot/contrib/lines.el")
+(load "~/elisp/erbot/contrib/mkback.el")
+(load "~/elisp/erbot/contrib/oct.el")
+(load "~/elisp/erbot/contrib/shs.el")
+(load "~/elisp/erbot/contrib/timerfunctions.el")
+(load "~/elisp/erbot/contrib/translate.el")
+(load "~/elisp/erbot/contrib/units.el")
+(load "~/elisp/erbot/contrib/wtf.el")
+
+(setq erc-keywords '("pbot" "parabola"))
+
+(setq fs-internal-english-weights
+
+ '(
+ 30 ; doctor ---
+ 30 ; yow
+ 30 ; fortune
+ 2 ;; flame
+ ))
+
+(setq fs-internal-botito-mode nil)
+
+(setq fs-web-page-title-p t)
+
+;; this optional step
+;; helps the bot get the locations of the .el files in emacs
+(let ((aa default-directory))
+ (cd "/usr/share/emacs/site-lisp")
+ (normal-top-level-add-subdirs-to-load-path)
+ (cd aa))
+
+(require 'cl)
+(setq erc-port 6667)
+(require 'erc)
+(require 'erc-match)
+(require 'erc-track)
+(require 'erball)
+(require 'erburl)
+(add-hook 'erc-mode-hook
+ '(lambda () (interactive)
+ (require 'erc-match)
+ (erc-match-mode 1)
+ (erc-match-enable)
+ (require 'erc-button)
+ (erc-button-enable)
+ nil
+ ))
+
+
+ (require 'erburl)
+ (erburl-scrape-terms
+ "http://www.emacswiki.org/cgi-bin/wiki?action=index")
+ (require 'erburl)
+ (erburl-scrape-terms
+ "http://wiki.parabolagnulinux.org")
+ (require 'erburl)
+ (erburl-scrape-terms
+ "https://bugs.parabolagnulinux.org/bugs/index")
+ (require 'erburl)
+ (erburl-scrape-terms
+ "http://libreplanet.org/wiki/Main_Page")
+ (require 'erburl)
+ (erburl-scrape-terms
+ "https://wiki.archlinux.org/index.php/Main_Page")
+ (require 'erburl)
+ (erburl-scrape-terms
+ "http://savannah.gnu.org/")
+ (require 'erburl)
+ (erburl-scrape-terms
+ "http://search.cpan.org/")
+
+;;(setq erbmsg-functions-p t)
+
+(setq erbot-erbmsg-p t)
+
+(setq erbn-url-functions-p t)
+
+(setq erbot-paranoid-p nil)
+
+(setq bbdb-file "~/pub/data/botbbdb")
+
+(setq erbot-servers-channels-test
+ '(("irc.freenode.net"
+ ("#."
+ )
+ 6667 ;; this is the port, optional, can be omitted.
+ )
+
+ ))
+
+
+
+
+(erbot-install)
+
+
+
+(add-hook 'erc-server-376-hook
+ '(lambda (&rest args)
+ (interactive)
+ (erc-track-modified-channels-mode 1)
+ nil))
+
+(global-unset-key "\C-cs")
+
+(global-set-key "\C-cj " 'erbot-join-servers)
+(global-set-key [f9 f1] 'erbot-join-servers)
+
+(global-unset-key [f6])
+(global-set-key [f6 f6] 'erblog-show-targets)
+(global-set-key [f6 f7] 'erblog-reset-targets)
+(global-set-key "\C-c\C-c" 'erc-send-current-line)
+
+
+(global-set-key "\C-cr" 'erblog-reset-targets)
+
+
+
+(setq fsi-m8b-p t)
+
+
+
+;;(setq fs-limit-line-length 125)
+
+
+;;(setq fs-limit-length
+ ;; 410)
+
+;;(setq fs-limit-lines 5 )
+
+(setq bbdb-case-fold-search t)
+(setq erc-auto-query t)
+
+;; Don't send more than 5 messages in 10 seconds. This prevents the
+;; bot from getting kicked.
+(setq erc-server-flood-penalty 2)
+(setq erc-server-flood-margin 10)
+
+;; To restrict "automated" replies, change the "" below to your
+;; favorite channels, example:
+;;"\\(mychannel1\\|mychannel2\\)"
+(setq fs-internal-query-target-regexp "")
+
+(setq fs-internal-google-level 60)
+
+(setq erbkarma-file "~/public_html/karma/karma")
+(setq fs-internal-google-time 4)
+(setq fs-internal-dictionary-time 4)
+
+(load "~/.emacs.private")
+
+
+(setq erbkarma-tgt-check-string
+ "^\\(#parabola\\)$")
+
+;; .emacs ends here..
+
+
+
+
+(setq erbot-nick "pbot")
+(setq erc-user-full-name "parabola")
+
+(setq erbot-servers-channels-main
+ '(("irc.freenode.net"
+ ("#."
+ ))
+
+ ))
+
+(setq erbot-servers-channels erbot-servers-channels-main)
+
+
+(setq fs-google-level 60)
+
+
+(setq erbot-servers-channels-test
+ '(("irc.freenode.net"
+ ("#."
+ ))
+
+ ))
+
+(setq bbdb-file-coding-system 'raw-text)
+(require 'erball)
+(erbunlisp-install)
+
+;; this delysid's server containing many dictionaries, if you prefer
+;; the default server dict.org, just comment out this line.
+(setq dictionary-server "dict.tu-graz.ac.at")
+
+
+(fs-pf-load)
+(fs-pv-load)
+
+(ignore-errors
+ (fs-user-init))
+
+(require 'idledo)
+(idledo-add-periodic-action-crude
+ '(fs-pv-save))
+
+(add-hook 'kill-emacs-hook
+ 'fs-pv-save)
+
+;; consider uncommenting these
+(add-to-list 'erblisp-allowed-words '&optional)
+(add-to-list 'erblisp-allowed-words '&rest)
+
+
+;;uncomment this only for a channel full of emacs hackers... see C-h v
+(setq fs-internal-parse-error-p t)
+
+(setq units-dat-file "/usr/share/misc/units.dat")
+
+(add-to-list 'load-path "~/public_html/data")
+
+
+
+;; .emacs ends here..
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(erc-email-userid "bot")
+ '(erc-user-full-name "Parabola GNU / Linux-Libre"))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(default ((t (:inherit nil :stipple nil :background "unspecified-bg" :foreground "unspecified-fg" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 1 :width normal :foundry "default" :family "freemono")))))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))
+
+
+;;; This was installed by package-install.el.
+;;; This provides support for the package system and
+;;; interfacing with ELPA, the package archive.
+;;; Move this code earlier if you want to reference
+;;; packages in your .emacs.
+(when
+ (load
+ (expand-file-name "~/.emacs.d/elpa/package.el"))
+ (package-initialize))