From d71d0e64eab17b84db124b045c4d9584af5604cc Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 11 Jun 2019 12:11:41 -0400 Subject: twittering-mode --- .emacs | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3