Add Twittering mode
This commit is contained in:
parent
e7797376e5
commit
e8f5906c80
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -359,6 +359,11 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
|
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
|
||||||
(setq nov-text-width 100))
|
(setq nov-text-width 100))
|
||||||
|
|
||||||
|
(use-package twittering-mode
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(setq twittering-reverse-mode t))
|
||||||
|
|
||||||
;; Org-mode
|
;; Org-mode
|
||||||
;; Pour accéder rapidement à l'organisation
|
;; Pour accéder rapidement à l'organisation
|
||||||
(defun gtd ()
|
(defun gtd ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue