ublog.el
ublog.el copied to clipboard
🗿 elisp artifact – worked as a twitter client briefly
Results
1
ublog.el issues
Sort by
recently updated
recently updated
newest added
following the readme, I cloned the repo, Put the ublog.el directory in your Emacs loadpath and required ublog.el ``` (add-to-list 'load-path "/home/james/repos/ublog.el") (require 'ublog) ``` then, after start up, ```...