From 3280b75e83a47907f3c3e6ea79c241da207e1a84 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 26 Nov 2019 22:38:17 -0500 Subject: emacs: update packages, briefly try scpaste --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ceb068a..c423411 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2150,6 +2150,12 @@ This function is intended for use with `ivy-ignore-buffers'." :custom (debpaste-paste-is-hidden t)) +(use-package scpaste + :disabled + :config + (setq scpaste-http-destination "https://p.bndl.org" + scpaste-scp-destination "nix:/var/www/p.bndl.org")) + ;;; Email (with Gnus) -- cgit v1.2.3-83-g751a