code-compass icon indicating copy to clipboard operation
code-compass copied to clipboard

Unclear how to use code-compass

Open tillydray opened this issue 1 year ago • 1 comments

I'm a bit of an emacs newbie, and I'm completely unsure how to use this. I'm using Doom Emacs. Here is the relevant part of my packages.el

;; code-compass https://github.com/ag91/code-compass
(package! async)
(package! dash)
(package! f)
(package! s)
(package! simple-httpd)

(package! code-compass)

I don't see any instructions on how to use this package in the readme. When doing M-x compass nothing shows up, but I'm not sure if that's how to use code-compass

tillydray avatar Jul 25 '22 14:07 tillydray

Hi Jason,

Thanks for trying it out! Could you see if this article helps: https://ag91.github.io/blog/2020/12/18/emacs-as-your-code-compass-finding-code-hotspots/

At the bottom of the README there are a bunch of articles explaining the features. (package! code-compass) seems wrong even for Doom Emacs, because I think that assumes the package is downloadable from Melpa: I didn't publish this there. You have to download the repo and do (load-file "code-compass.el") I think.

ag91 avatar Jul 25 '22 15:07 ag91

closing because old (please reopen if you still have problems)

ag91 avatar Nov 10 '22 13:11 ag91