summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-15 01:28:32 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-15 01:28:32 -0400
commit2331b5a061ecc167f035aef62c09a4b5d4bf873c (patch)
treeb7d19f87bba56b9df15afc4704f0074754c7e504 /init.el
parent4c05c4186ed84ea42e9c1646226e81785e27e499 (diff)
downloadconfigs-2331b5a061ecc167f035aef62c09a4b5d4bf873c.tar.gz
configs-2331b5a061ecc167f035aef62c09a4b5d4bf873c.tar.xz
configs-2331b5a061ecc167f035aef62c09a4b5d4bf873c.zip
Assimilate scpaste 0.6.5-19-gca95a8d
Now with support for Emacs's htmlfontify library.
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 5 insertions, 6 deletions
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