summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org11
1 files changed, 9 insertions, 2 deletions
diff --git a/init.org b/init.org
index 7153422..41f4c97 100644
--- a/init.org
+++ b/init.org
@@ -706,7 +706,13 @@
tracking-shorten-modes '())
:config
(setq erc-track-enable-keybindings nil)
- :bind (("C-c C-SPC" . tracking-next-buffer)))
+
+ (defun jao-tracking-next-buffer ()
+ (interactive)
+ (jao-afio--goto-main)
+ (tracking-next-buffer))
+
+ :bind (("C-c C-SPC" . jao-tracking-next-buffer)))
(require 'tracking)
@@ -4078,7 +4084,8 @@
Access to spotify uses packages tangled from [[./lib/media/espotify.org][espotify.org]], which
offers functionality tailored to the completion engines at hand:
#+begin_src emacs-lisp
- (jao-maybe-tangle "lib/media/espotify")
+ ;; (jao-maybe-tangle "lib/media/espotify")
+ (jao-load-path "espotify")
(use-package espotify :demand t)