This commit is contained in:
Aleksandr Lebedev 2025-03-07 17:30:59 +01:00
parent 05f3426cf8
commit 8ebca8b207

View file

@ -192,7 +192,7 @@ Copies to both kill ring and system clipboard
** Is Android ** Is Android
#+begin_src emacs-lisp #+begin_src emacs-lisp
(defun kylekrein/is-android () (defun kylekrein/is-android ()
(eq system-type 'android)) (string-equal system-type "android"))
#+end_src #+end_src
** Notifications ** Notifications
*** Alert package *** Alert package