Add Android functionality
This commit is contained in:
parent
cd9c277a69
commit
0c96e9885c
5 changed files with 634 additions and 600 deletions
|
@ -1,6 +1,7 @@
|
|||
(setq periodfile (concat (file-name-as-directory fileroot) "admin/emacs/period.org"))
|
||||
|
||||
(defun periodise ()
|
||||
"Return day of menstrual cycle"
|
||||
(setq periodfile "~/Documents/drive/admin/emacs/period.org")
|
||||
(find-file-noselect periodfile)
|
||||
(setq thebuffer (file-name-nondirectory periodfile))
|
||||
(with-current-buffer thebuffer
|
||||
|
@ -20,7 +21,6 @@
|
|||
(defun menstruate ()
|
||||
"Mark beginning of menstrual cycle"
|
||||
(interactive)
|
||||
(setq periodfile "~/Documents/drive/admin/emacs/period.org")
|
||||
(find-file-noselect periodfile)
|
||||
(setq thebuffer (file-name-nondirectory periodfile))
|
||||
(with-current-buffer thebuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue