From c4a0bf13710ff59e692b604f0733e686b15354d7 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 23 May 2019 12:04:34 -0500 Subject: [PATCH] Add twittering-mode support. --- applicationConfiguration/.emacs/init.el | 4 +++- applicationConfiguration/.emacs/jlj-misc.el | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/applicationConfiguration/.emacs/init.el b/applicationConfiguration/.emacs/init.el index 36e893b..2200f7a 100644 --- a/applicationConfiguration/.emacs/init.el +++ b/applicationConfiguration/.emacs/init.el @@ -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 diff --git a/applicationConfiguration/.emacs/jlj-misc.el b/applicationConfiguration/.emacs/jlj-misc.el index 7a38487..a0f27cc 100644 --- a/applicationConfiguration/.emacs/jlj-misc.el +++ b/applicationConfiguration/.emacs/jlj-misc.el @@ -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)