summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files changed, 6 insertions, 4 deletions
diff --git a/init.org b/init.org
index 47bac39..2aebb64 100644
--- a/init.org
+++ b/init.org
@@ -739,10 +739,12 @@ I also use snippets for commonly typed expressions.
The =scpaste= package allows me to quickly paste text to my personal web site. It only needs to know where to place the text files and where they would be publicly accessible via HTTP.
#+BEGIN_SRC elisp
-(setq scpaste-http-destination "https://elephly.net/paste")
-(setq scpaste-scp-destination "elephly.net:~/elephly.net/paste/")
-(setq scpaste-scp-port "1022")
-(setq scpaste-make-name-function #'scpaste-make-name-from-timestamp)
+(use-package scpaste
+ :custom
+ (scpaste-http-destination "https://elephly.net/paste")
+ (scpaste-scp-destination "elephly.net:~/elephly.net/paste/")
+ (scpaste-scp-port "1022")
+ (scpaste-make-name-function #'scpaste-make-name-from-timestamp))
#+END_SRC
* Pretty symbols