commit 23a18c53032f6567b3ca887cbda59918462564b4
parent a68de79265437a5fd0d9282694cbfae6f3430a44
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 28 Jul 2021 12:32:19 +0200
emacs: wrapper function for radio script
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -666,6 +666,16 @@ Define some keybindings:
Unfortunately the lambda keybindings don't show up documented properly, but oh well. That's a minor problem.
+* Radio
+Just a wrapper function to my radio script:
+
+#+begin_src emacs-lisp
+ (defun radio ()
+ "Play an internet radio"
+ (interactive)
+ (ansi-term "radio" "*radio*"))
+#+end_src
+
* References
Here's a list of good articles I encountered about configging emacs:
- [[https://karthinks.com/software/batteries-included-with-emacs/][Batteries included with Emacs]]