about summary refs log tree commit diff
path: root/emacs/.emacs.d/init.el
AgeCommit message (Collapse)AuthorFilesLines
2020-02-05 Temporarily disable initialization codeWilliam Carroll1-1/+1
My Emacs initialization fails for a few reasons, which I haven't prioritized time to investigate yet: - Some OCaml deps are absent - godoc is absent
2020-02-02 Support timestring.elWilliam Carroll1-0/+1
Quickly access strings that encode time is various formats. See the module docs in timestring.el for more information.
2020-01-31 Support golangWilliam Carroll1-0/+1
I decided to start writing go code for scripts instead of python. I think this will be a learning opportunity for me and should increase the integrity of my scripts by adding some static type checking.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+61
Moving all of my Emacs-related files into their own directory at the root of this repository.