Add Twittering mode

This commit is contained in:
Dimitri Lozeve 2020-01-27 09:27:10 +01:00
parent e7797376e5
commit e8f5906c80

View file

@ -359,6 +359,11 @@
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
(setq nov-text-width 100))
(use-package twittering-mode
:ensure t
:config
(setq twittering-reverse-mode t))
;; Org-mode
;; Pour accéder rapidement à l'organisation
(defun gtd ()