You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dotfiles/emacs_work.el

8 lines
324 B

(setq org-agenda-files (list "/home/local/ASUAD/rhnatysh/Seafile/Emacs/Org Notes/Notes.org"
"/home/local/ASUAD/rhnatysh/Seafile/Emacs/Org Notes/school.org"))
(setq org-roam-directory (file-truename "/home/local/ASUAD/rhnatysh/slipbox"))
(org-roam-db-autosync-mode)
(provide 'emacs_work)
;;;emacs_work.el ends here