From 2331b5a061ecc167f035aef62c09a4b5d4bf873c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 15 Apr 2020 01:28:32 -0400 Subject: Assimilate scpaste 0.6.5-19-gca95a8d Now with support for Emacs's htmlfontify library. --- init.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4eb0129..bcde97a 100644 --- a/init.el +++ b/init.el @@ -666,6 +666,11 @@ For disabling the behaviour for certain buffers and/or modes." ;; IRC (with ERC and ZNC) (require 'bandali-erc) +(use-package scpaste + :config + (setq scpaste-http-destination "https://p.bndl.org" + scpaste-scp-destination "p:~")) + ;;; Editing @@ -1368,12 +1373,6 @@ For disabling the behaviour for certain buffers and/or modes." :config (eosd-start)) -(use-package scpaste - :disabled - :config - (setq scpaste-http-destination "https://p.bndl.org" - scpaste-scp-destination "nix:/var/www/p.bndl.org")) - (use-package eww :bind ("C-c a e w" . eww) :custom -- cgit v1.2.3-60-g2f50