Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jjparkSuperman78 opened this issue Jul 18, 2020 · 1 comment

Comments

@jjparkSuperman78
Copy link

jjparkSuperman78 commented Jul 18, 2020

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

try to store sessions.

image

look at stored session file.

((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.

@jjpark78
Copy link

vue-mode change buffer's major mode to submode's name (ex typesript-mode, pug-mode, stylus-mode), not just a "vue-mode".

how can i fix it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants