Mark Colburn

Results 4 comments of Mark Colburn

Taking #5 in mind, should `Parser::::from()` automatically parse the data? For example, the test in parser.rs line 757, could look like either of these:: ```rust let _ = Parser::from(text).parse(); ```...

After setting the path explicitly in .config.csonn, can edit the path in the settings pane.

There are two [hooks](https://www.gnu.org/software/emacs/manual/html_node/emacs/Hooks.html) that can be used for this purpose: **projectile-before-switch-project-hook** and **projectile-after-switch-project-hook**. They are run before and after switching to a new project, respectively. To take some action...