jkitchin / scimax

An emacs starterkit for scientists and engineers
Other
1.04k stars 123 forks source link

org-id-locations-file #487

Closed uliw closed 9 months ago

uliw commented 11 months ago

Currently, scimax-org.el defines

(setq org-id-locations-file
      (expand-file-name "user/.org-id-locations" scimax-dir))

But I seem to recall that user data should now live separate from the scimax tree?

on a separate note, packages.el loads 'auto-complete` but does not otherwise initialize it, and elpy uses company as default backend. Maybe that can be dropped?

jkitchin commented 11 months ago

I think we can remove that setq. The elpy code is commented out in packages.el. I don't think I use auto-complete for anything, so I commented that out for now.