about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/org-helpers.el
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17 Support utils for finding Emacs dotfiles and Org filesWilliam Carroll1-0/+29
Defined `dotfiles/find-emacs-file` and `org-helpers/find-file`, to clean up some of the `find-file` calls I have with long path names. This DRYs things up as well so that the path can be changed without breaking many other things.