Add twittering-mode support.
This commit is contained in:
parent
8501ba09aa
commit
c4a0bf1371
@ -32,6 +32,8 @@
|
||||
ein
|
||||
elpy
|
||||
flycheck
|
||||
znc
|
||||
twittering-mode
|
||||
magit
|
||||
exec-path-from-shell
|
||||
py-autopep8))
|
||||
@ -71,7 +73,7 @@ jlj-Packages)
|
||||
(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m)))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(znc eyebrowse helm racer flycheck-rust rust-mode color-theme-sanityinc-tomorrow org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode)))
|
||||
(twittering-mode znc eyebrowse helm racer flycheck-rust rust-mode color-theme-sanityinc-tomorrow org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode)))
|
||||
'(znc-servers
|
||||
(\`
|
||||
(("bouncer.awful.club" 5000 t
|
||||
|
@ -60,3 +60,7 @@
|
||||
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
|
||||
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
|
||||
|
||||
;; twittering-mode
|
||||
(setq twittering-icon-mode t)
|
||||
(setq twittering-reverse-mode t)
|
||||
(twittering-enable-unread-status-notifier)
|
||||
|
Loading…
Reference in New Issue
Block a user