diff options
author | 2019-11-26 22:38:17 -0500 | |
---|---|---|
committer | 2019-11-26 22:38:17 -0500 | |
commit | 3280b75e83a47907f3c3e6ea79c241da207e1a84 (patch) | |
tree | 2a4bb2f0c058aaf1101499cc65876336d081e52a /.emacs.d/init.el | |
parent | 205cc04b34a14a117897fa49a2a760d644b9338e (diff) | |
download | configs-3280b75e83a47907f3c3e6ea79c241da207e1a84.tar.gz configs-3280b75e83a47907f3c3e6ea79c241da207e1a84.tar.xz configs-3280b75e83a47907f3c3e6ea79c241da207e1a84.zip |
emacs: update packages, briefly try scpaste
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
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) |