emacs: update packages, briefly try scpaste
[~bandali/configs] / .emacs.d / init.el
index ceb068a..c423411 100644 (file)
@@ -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"))
+
 \f
 ;;; Email (with Gnus)