AdamNiederer / AdamNiederer/vue-mode

not working properly with doom emacs's workspace session store feature.

Open
#104 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
341
Forks
59
PR merge metrics
No merged PRs in 30d

Description

it seems this problem cause from vue-mode use mmm-mode.
when workspace store session, only store sub-mode of vue-mode.

ex) when vue[TypeScript] => recognize buffer is only in typescript-mode
ex) when vue[Stylus] => recognize buffer is only in stylus-mode
ex) when vue[Pug] => recognize buffer is only in pug-mode

in vue-mode.

![image](https://user-images.githubusercontent.com/67081286/87848799-398d8800-c91e-11ea-8474-b846a3a84505.png)

try to store sessions.

![image](https://user-images.githubusercontent.com/67081286/87848807-5aee7400-c91e-11ea-8c32-3c15282f6fbd.png)

look at stored session file.

```lisp
((def-persp
"DONNA-WEB" ((def-buffer "SearchInfoRow.vue" "/Users/jjpark78/Development/JJSOFT/donna/DONNA-WEB/src/components/search/SearchInfoRow.vue"
typescript-mode)
```

it stored as typescript-mode.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.