diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-06-11 12:11:41 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-06-11 12:11:41 -0400 |
commit | d71d0e64eab17b84db124b045c4d9584af5604cc (patch) | |
tree | ce398f33d7c9dc0fec331d78ed23edf4fd46da80 | |
parent | helm config (diff) |
twittering-mode
-rw-r--r-- | .emacs | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |