diff options
-rw-r--r-- | emacs.d/lib/twitter.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs.d/lib/twitter.el b/emacs.d/lib/twitter.el index 80f44b2..1d67008 100644 --- a/emacs.d/lib/twitter.el +++ b/emacs.d/lib/twitter.el @@ -72,17 +72,4 @@ (interactive) (fc/remote--dired "nest.smfc.twitter.com")) -;; un/monitor hosts by running mth remotely -(defun fc/silence-host (host) - (interactive "sHostname: ") - (let ((default-directory "/ssh:nest.smfc.twitter.com:")) - (start-file-process "mth" (get-buffer-create "*mth*") - "/usr/local/bin/mth" "silence" host "99 years"))) - -(defun fc/unsilence-host (host) - (interactive "sHostname: ") - (let ((default-directory "/ssh:nest.smfc.twitter.com:")) - (start-file-process "mth" (get-buffer-create "*mth*") - "/usr/local/bin/mth" "unsilence" host))) - (provide 'twitter) |