mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Add Twitter favoriting key bindings
This commit is contained in:
parent
aacc490dab
commit
c962e1ff68
1 changed files with 6 additions and 0 deletions
|
@ -895,3 +895,9 @@ Taken from [[http://emacsredux.com/blog/2013/06/21/eval-and-replace/][Emacs Redu
|
|||
|
||||
(set-popup-rule! "^\\*kubernetes" :ignore t)
|
||||
#+end_src
|
||||
* Twitter
|
||||
#+begin_src emacs-lisp
|
||||
(define-key! twittering-mode-map
|
||||
"f" #'twittering-favorite
|
||||
"F" #'twittering-unfavorite)
|
||||
#+end_src
|
||||
|
|
Loading…
Reference in a new issue