spacemacs Questions
2
Solved
During the initial setup spacemacs asked, "What type of completion framework do you want?" and I selected "helm".
Now I want to use ivy instead.
How to change spacemacs from helm to ivy?
There are...
2
Solved
I have project with eslint already setup and I would like to use it in Spacemacs. Unfortunately Spacemacs seems to ignore .eslintrc.js file in project root.
I'm on Windows 10 ...
Can anyone ...
Chow asked 22/11, 2016 at 7:4
1
Solved
I like the eye-candy, but spacemacs does come with a greater speed penalty. What makes spacemacs worth keeping?
3
Solved
Since im using eslint, syntax checking from js-mode is redundant to me. so how to turn it off globally instead of toggling on and off?
I configured eslint not to check for semicolons, but js2-mode...
2
Solved
I have 2 questions:
In a helm buffer like helm mini or helm ag, there are usually too much candidates. In evil mode I can use C-d or C-u to scroll down or up. Can I do such things in helm buffer?...
Kutchins asked 15/1, 2017 at 6:20
1
Solved
Is it possible to launch shell in Spacemacs like a separate window beside my main window with code?
I would like to use it for various tasks like running tests, tools and apps etc
I mainly plan to ...
Neace asked 23/12, 2016 at 16:3
2
Solved
When I first installed spacemacs it prompted me into deciding which mode I want it to be configured. I chose vim since I was already comfortable with it. But now I want to learn more about emacs sh...
Gallon asked 21/12, 2016 at 21:30
2
Solved
I'm spacemacs fan. I want to use Facebook Flow but I have not idea how to integrate it with spacemacs. I'm using flow with nuclide but I need to relearn everything to be productive. There is this s...
2
Solved
I just migrated from VIM to Spacemacs and would like to change the tab width from default (\t?) to only 2 spaces. I found commands like
(setq-default indent-tabs-mode nil)
and
(setq tab-width 4...
Variable asked 19/4, 2016 at 13:7
1
I quite often use the mouse to highlight text and then press cmd-c (Osx) to copy the highlighted text. However it seems that the cursor is not updated when I do this and so instead of copying the h...
Numbersnumbfish asked 4/6, 2016 at 14:38
1
Solved
Foreword
I know the title looks subjective, but I want this question to be a smooth introduction to spacemacs for newcomers not coming from emacs at all (which is my case).
You might wonder why ...
1
Solved
Currently I use editorconfig in my projects, and every time I open emacs/spacemacs, I need to press M-x and enable editorconfig-mode manually.
How can I enable editorconfig-mode by default ?
Niche asked 16/3, 2016 at 2:30
1
Every time I open a .js file with Spacemacs, the default mode is web-mode. But what I want is react-mode.
Is there any way to achieve this ? Thanks.
Swaine asked 22/1, 2016 at 9:31
2
Solved
I'm using spacemacs and tried to turn off company mode in org mode while keeping it in other major modes. I've tried the following:
(global-company-mode '(not org-mode))
but it's not working.
© 2022 - 2024 — McMap. All rights reserved.