summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs20
1 files changed, 6 insertions, 14 deletions
diff --git a/.emacs b/.emacs
index b52f9ad..c4dce5f 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)
@@ -52,10 +44,10 @@
(: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
:after (lambda ()
(autopair-global-mode 1)