summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-01 17:14:37 +0100
committerjao <jao@gnu.org>2021-04-01 17:14:37 +0100
commitac0715587b1ae684812bf2e1387918554ca25c86 (patch)
tree362b76feb96b97212ab71c6385e404d12ea2f1e2 /init.org
parent0d59d162c58728b28dd7a5441c2e7461259403c6 (diff)
downloadelibs-ac0715587b1ae684812bf2e1387918554ca25c86.tar.gz
elibs-ac0715587b1ae684812bf2e1387918554ca25c86.tar.bz2
nits
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.org b/init.org
index 53ef5a7..2376c2a 100644
--- a/init.org
+++ b/init.org
@@ -2096,7 +2096,7 @@
(defvar jao-browse-url-external-function nil)
#+end_src
*** URL around point
- #+BEGIN_SRC emacs-lisp
+ #+begin_src emacs-lisp
(defun jao-url-around-point (&optional current-url)
(or (and (fboundp 'w3m-anchor) (w3m-anchor))
(shr-url-at-point nil)
@@ -2110,7 +2110,7 @@
(let* ((def (jao-url-around-point t))
(prompt (concat "URL" (if def (format " (%s): " def) ": "))))
(read-string prompt nil nil def)))
- #+END_SRC
+ #+end_src
*** Downloads using wget
#+BEGIN_SRC emacs-lisp
(defun jao-wget--get-title (filename)
@@ -3763,11 +3763,11 @@
:init
(setq emms-score-file "~/.emacs.d/score"
emms-stream-bookmarks-file "~/.emacs.d/streams"
- emms-history-file "~/.emacs.d/emms-history"
- emms-cache-file "~/.emacs.d/emms-cache"
+ emms-history-file "~/.emacs.d/cache/emms-history"
+ emms-cache-file "~/.emacs.d/cache/emms-cache"
emms-show-format "%s")
- (setq emms-source-file-default-directory "/home/jao/var/lib/music/"
+ (setq emms-source-file-default-directory "~/var/lib/music/"
emms-player-list '(emms-player-mpd)
emms-player-mpd-server-name "localhost"
emms-player-mpd-server-port "6600"