eev2
Results
2
comments of
eev2
You might be interested in my branch where I implemented a temporary file association with the atomic buffer. The file can be retained on exit by a variable. https://github.com/eev2/atomic-chrome/blob/file-assoc/atomic-chrome.el
I fixed this by changing in `stan-mode.el` ``` ;; no type modifiers (c-lang-defconst c-type-modifier-kwds stan nil) ``` to ``` ;; no type modifiers (c-lang-defconst c-type-modifier-kwds stan '("")) ``` I hope...