summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-13 15:16:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-13 15:16:49 -0500
commit5257c5fdd016833b86bf2d826ff9e30a1c15bd57 (patch)
tree81ac497f08d99473853894538b678c5fa46b8838
parentd1fc37acc5294e94d9a4add0d13a02841b22444c (diff)
Start a botched upgrade to identica-mode-1.2
-rw-r--r--.emacs18
1 files changed, 4 insertions, 14 deletions
diff --git a/.emacs b/.emacs
index d2c5323..b9045c8 100644
--- a/.emacs
+++ b/.emacs
@@ -3,21 +3,13 @@
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror)
-(defun load-identica-mode ()
- (when (require 'netrc nil t)
- (autoload 'identica-mode "identica-mode" nil t)
- (let ((identica (netrc-machine (netrc-parse "~/.netrc") "identi.ca" t)))
- (setq identica-password (netrc-get identica "password"))
- (setq identica-username (netrc-get identica "login"))
- )
- )
-)
+(autoload 'auth-source-search "auth-source")
+(setq identica-username "lukeshu")
(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
("marmalade" . "http://marmalade-repo.org/packages/")
("gnu" . "http://elpa.gnu.org/packages/")))
-
(add-to-list 'load-path "~/.emacs.d/")
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
(unless (require 'el-get nil t)
@@ -65,10 +57,8 @@
(:name identica-mode
:type http-tar
:options ("xzf")
- :url "http://git.savannah.gnu.org/cgit/identica-mode.git/snapshot/identica-mode-1.1.tar.gz"
- :load "identica-mode.el"
- :after (lambda ()
- (load-identica-mode)))
+ :url "http://git.savannah.gnu.org/cgit/identica-mode.git/snapshot/identica-mode-1.2.tar.gz"
+ :load "identica-mode.el")
(:name smarttabs
:url "git://gist.github.com/896190.git")
(:name autopair