Link to Asciinema

This commit is contained in:
Bram Schoenmakers 2024-01-15 22:14:46 +01:00
parent 73a2cb21ec
commit a450dcda8c
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 4 additions and 0 deletions

View file

@ -730,6 +730,8 @@ Based on an answer at the [[https://emacs.stackexchange.com/a/77480/34645][Emacs
* Create note with Denote from a URL :emacs:
#+begin_src elisp :tangle gists/denote-create-note-url.el
;; Watch https://asciinema.org/a/631451 for a demo
(defconst my/termux-p (getenv "ANDROID_ROOT"))
(defun my/clipboard-get ()

View file

@ -1,3 +1,5 @@
;; Watch https://asciinema.org/a/631451 for a demo
(defconst my/termux-p (getenv "ANDROID_ROOT"))
(defun my/clipboard-get ()