aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 0853fa9..aabd7b0 100644
--- a/.emacs
+++ b/.emacs
@@ -391,6 +391,13 @@ Otherwise split the current paragraph into one sentence per line."
:config
(add-hook 'tuareg-mode-hook 'merlin-mode t))
+(use-package twittering-mode
+ :ensure t
+ :custom
+ (twittering-icon-mode t)
+ (twittering-icon-storage-file "~/.emacs.d/storage/twittering-mode-icons.gz")
+ (twittering-use-icon-storage t))
+
(use-package vc-git
:requires vc
:config