Don't use ix.io for pastes

This commit is contained in:
contrapunctus 2022-01-13 21:32:38 +05:30
parent 9b9c28b542
commit d7858cc50a
1 changed files with 7 additions and 0 deletions

View File

@ -2053,6 +2053,13 @@ PR ideas
(setq proced-auto-update-flag t))
#+END_SRC
* comint
** webpaste
#+BEGIN_SRC emacs-lisp
(use-package webpaste
:config
(setq webpaste-provider-priority (delete "ix.io" (mapcar #'car webpaste-providers-alist))))
#+END_SRC
#+BEGIN_SRC emacs-lisp
(use-package comint
:bind (:map comint-mode-map