Now with support for Emacs's htmlfontify library.
[submodule "s"]
path = lib/s
url = https://github.com/magnars/s.el.git
+[submodule "scpaste"]
+ path = lib/scpaste
+ url = https://github.com/technomancy/scpaste.git
[submodule "switch-buffer-functions"]
path = lib/switch-buffer-functions
url = https://github.com/10sr/switch-buffer-functions-el.git
;; IRC (with ERC and ZNC)
(require 'bandali-erc)
+(use-package scpaste
+ :config
+ (setq scpaste-http-destination "https://p.bndl.org"
+ scpaste-scp-destination "p:~"))
+
\f
;;; Editing
: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
--- /dev/null
+Subproject commit ca95a8dd088e848bd1cab6be207c6a98343ee176