summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-14 01:54:56 +0000
committerjao <jao@gnu.org>2021-02-14 01:54:56 +0000
commit6b01834be042f2c53d658f43a4666e63263609a7 (patch)
tree1372db90c6629dbb5556c73182191df865d7fa4c
parent6e2c3d8d2b39a53df8b41f06c3bb9ff3d5cb9538 (diff)
downloadelibs-6b01834be042f2c53d658f43a4666e63263609a7.tar.gz
elibs-6b01834be042f2c53d658f43a4666e63263609a7.tar.bz2
nits
-rw-r--r--gnus.org2
-rw-r--r--init.org11
2 files changed, 10 insertions, 3 deletions
diff --git a/gnus.org b/gnus.org
index 975db84..96ff95d 100644
--- a/gnus.org
+++ b/gnus.org
@@ -242,8 +242,8 @@
;; To limit expiration to the `g' count, `jao-gnus--get-count':
;; (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles)
+ ;; (define-key gnus-group-mode-map "g" 'jao-gnus-get-new-news)
- (define-key gnus-group-mode-map "g" 'jao-gnus-get-new-news)
(define-key gnus-group-mode-map "Z" 'jao-gnus-restart-servers)
#+END_SRC
* Group parameters
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)