spacemacs Questions

1

What's the best way to install packages in spacemacs? 1. Using M-x package-install 2. Include the packages to be installed in dotspacemacs-additional-packages 3. (use-package ) I couldn't find a ...
Hiragana asked 11/3, 2020 at 11:54

2

Solved

How do I get hybrid line numbering (relative line numbers, but the current line shows the absolute line number instead of 0) in spacemacs for all files? I tried setting relative line numbers in us...
Centreboard asked 18/1, 2016 at 17:15

4

How do change the font size in spacemacs? Do I need to download additional packages such as source code font? I tried changing the font size in the configuration file, but the font size does not c...
Geyser asked 5/5, 2016 at 4:33

1

I'm trying to get started using Spacemacs for an Elixir/Phoenix web project. When editing one of my HTML templates (myfile.html.eex), the indentation displayed in Spacemacs is not as expected. Th...
Boiardo asked 9/7, 2017 at 20:52

4

Solved

Can someone tell me how I can recover from this error? I runs emacs 28.0.50 with spacemacs [email protected] on Ubuntu 19.10. Here is the backtrace from emacs --debug-init Debugger entered--...
Birdwell asked 21/5, 2020 at 13:18

4

Pretty much what the title says. For whatever reason projectile-invalidate-cache does not remove dead files from projectile's cache, or at least not from the results it presents me. I am using Spac...
Pitchblende asked 1/10, 2016 at 15:19

2

Interesting in OrgMode version 9+ Is there a way to reference and evaluate code block from other org file and to use it's result in main code block in current org file? Or maybe just to include ...
Severus asked 1/11, 2017 at 15:32

2

Solved

I recently felt the need to work with Spacemacs for my erlang/elixir projects. (was coding Erlang on eclipse). Now i'm feeling a bit more comfortable with Spacemacs, i have a question regarding ho...
Occupancy asked 6/7, 2016 at 9:24

2

Solved

I am trying to use clangd with Spacemacs according to the c-cpp page. I have tried downloading the macOS binary for LLVM and I have followed this and this, but when I run which clangd, it says it c...
Fitton asked 4/12, 2019 at 23:18

3

Solved

I use spacemacs config to open a python file. emacs: 25.3.1 spacemacs: 0.300.0 platform: osx I add python layer in dotspacemacs-configuration-layers, besides I use miniconda to control my python ...
Vullo asked 2/3, 2018 at 8:50

3

Solved

In Vim, you can bind Enter key to insert a newline without entering insert mode. how can you do this in Spacemacs. Or how to remap keys in general in Spacemacs?
Brownie asked 28/1, 2016 at 2:35

1

I am a hardcore vim user. With the introduction of evil mode and spacemacs, I am transitioning over to emacs from vim. I often edit my code in a dev server (for reasons that I cannot explain), and ...
Pepi asked 8/3, 2016 at 10:52

1

I want to remove the image because it unnecessarily takes space. I've tried fancy-splash-image nil but it didn't work. What should I place in my .spacemacs (or wherever) and in which part.
Kokand asked 5/10, 2018 at 18:30

3

Solved

I'm trying to get prettier working in spacemacs. I have (prettier-js :location (recipe :url "https://raw.githubusercontent.com/prettier/prettier/master/editors/emacs/prettier-js.el" :fetcher url)...
Wallboard asked 28/3, 2017 at 19:0

3

I'm trying to install Emacs via Homebrew. Having done this and aliased to my apps folder, I found that when I ran Emacs it came up Spacemacs. I did them remember the system had Spacemacs installed ...
Catiline asked 30/8, 2016 at 13:28

2

I had to get into customize-mode to try something out and I am stuck in holy mode and don't have way to get out of it. Is there a way to get back to evil mode once you have entered holy mode? M-m ...
Temple asked 23/8, 2017 at 15:47

1

Solved

I'm trying to do a project-wide find/replace in Spacemacs. I tried this: SPC s a p Type the text I want to replace. C-c C-e At this point Spacemacs tells me text is read-only. What am I missing...
Shererd asked 12/6, 2018 at 18:27

2

Solved

Currently, I know that I can create a new file with the following ways: c key in Neotree SPC ' in shell layer, and use the touch xxx command I am wondering whether there is a simple way (someth...
Belinda asked 21/2, 2016 at 2:55

1

Context I have a nice and beautiful setup on iTerm2 (I'm using a Mac) where the default shell is ZSH and it is properly customized using Oh-my-zsh and the Agnoster-fcamblor Theme. Issue As a...
Leclair asked 20/8, 2017 at 9:11

2

Solved

I would like to bind a set of additional keys for spacemacs. The following statement is used: (global-set-key (kbd "SPC-1") '(fzf/start "01-personal")) yet it does not work that Emacs complains ...
Heine asked 16/10, 2017 at 19:36

2

I recently installed Spacemacs on Windows. The "smart search" command SPC / does not work. When I press SPC / I get the error: Wrong type argument: commandp, helm-do-grep There seem to be some is...
Presumptive asked 24/10, 2017 at 13:21

1

Solved

I did , g g to jump to the definition of same symbol under the point. Now I want to return to my previous file/position. Is there a binding for that? What is the binding in a default spacemacs...
Gamba asked 8/10, 2017 at 7:52

1

Solved

In spacemacs, I often search for patterns within my project via SPC-* or SPC-/. These commands allow me to input a pattern to search for, such as the name of a function I would like to jump to the ...
Virgy asked 25/9, 2017 at 23:46

1

Solved

Running spacemacs [email protected] Everytime I start spacemacs I get the following error and not sure how to resolve it. Error (use-package): org-projectile :config: Symbol’s function defini...
Morganica asked 27/8, 2017 at 18:22

2

Solved

I would like to use spacemacs for python development, but I see a syntax error on Python 3 constructs, like print(*(i + 1 for i in range(n)) or async def foo():. Adding a shebang to my file (#!/usr...
Many asked 7/12, 2015 at 14:23

© 2022 - 2024 — McMap. All rights reserved.