summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/init.org b/init.org
index ea88ad8..8eb9387 100644
--- a/init.org
+++ b/init.org
@@ -779,11 +779,11 @@ The =scpaste= package allows me to quickly paste text to my personal web site.
#+BEGIN_SRC elisp
(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))
+ :init
+ (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))
#+END_SRC
* Pretty symbols
@@ -823,8 +823,8 @@ I run MPC on a local server.
#+BEGIN_SRC elisp
(use-package simple-mpc
- :custom
- (simple-mpc-arguments "-h 192.168.178.20"))
+ :init
+ (setq simple-mpc-arguments "-h 192.168.178.20"))
#+END_SRC
* Lilypond