Fix
This commit is contained in:
parent
8ebca8b207
commit
efede04f76
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ()
|
||||||
(string-equal system-type "android"))
|
(string-equal system-type "android"))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Notifications
|
** Notifications
|
||||||
*** Alert package
|
*** Alert package
|
||||||
|
|
@ -1075,7 +1075,7 @@ Actually works, but is too basic
|
||||||
Internal emacs tool and [[https://github.com/jwiegley/alert][alert]]. Settings for alert are at the beginning of this file.
|
Internal emacs tool and [[https://github.com/jwiegley/alert][alert]]. Settings for alert are at the beginning of this file.
|
||||||
This solution was found [[https://igormelo.org/you_dont_need_org_alert.html][here]].
|
This solution was found [[https://igormelo.org/you_dont_need_org_alert.html][here]].
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(when (string-equal kylekrein/is-android)
|
(when (kylekrein/is-android)
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:config
|
:config
|
||||||
;; start warning 60 minutes before the appointment
|
;; start warning 60 minutes before the appointment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue