projects
/
dotfiles2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1fdb3a4
)
.emacs.el: load twittering-mode on startup
author
Your Name
<olivier.tetard@amossys.fr>
Mon, 26 Sep 2011 15:16:38 +0000
(17:16 +0200)
committer
Your Name
<olivier.tetard@amossys.fr>
Mon, 26 Sep 2011 15:16:38 +0000
(17:16 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
8042a2b
..
d7f37d0
100644
(file)
--- a/
emacs.el
+++ b/
emacs.el
@@
-207,6
+207,11
@@
The function is not passed any arguments. The function honours restrictions."
(setq-default c-basic-offset 8)
(setq-default indent-tabs-mode t)
+;; Twitter !
+(push (expand-file-name "~/.elisp/twittering-mode") load-path)
+(require 'twittering-mode)
+(setq twittering-use-master-password t)
+
;; -> END <-
(custom-set-variables
;; custom-set-variables was added by Custom.