aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-06-11 12:11:41 -0400
committerRyan Kavanagh <rak@debian.org>2019-06-11 12:11:41 -0400
commitd71d0e64eab17b84db124b045c4d9584af5604cc (patch)
treece398f33d7c9dc0fec331d78ed23edf4fd46da80
parenthelm config (diff)
twittering-mode
-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