Add Android functionality
This commit is contained in:
parent
cd9c277a69
commit
0c96e9885c
5 changed files with 634 additions and 600 deletions
|
@ -1,4 +1,6 @@
|
|||
(load-file "~/Documents/drive/admin/emacs/daysoff.el")
|
||||
(if (string-equal system-type "android")
|
||||
(load-file "/storage/emulated/0/Documents/admin/emacs/daysoff.el")
|
||||
(load-file "~/Documents/drive/admin/emacs/daysoff.el"))
|
||||
|
||||
(defcustom workday nil
|
||||
"Returns true on working days"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue