Spacemacs is a text editor. An advanced Kit focused on Evil: The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Questions tagged [spacemacs]
336 questions
0
votes
1 answer
org-capture-goto-target only works after I invoke org-capture
I made a custom function that goes to the target of capture:
(defun inbox-goto()
(interactive)
(org-capture-goto-target "c"))
It works well once I invoke org-capture, but if I try to use it right after fresh boot, it gives me "Symbol's…

THIS USER NEEDS HELP
- 3,136
- 4
- 30
- 55
0
votes
1 answer
How can I disable generating tern port files in Spacemacs?
I found this pull request #3465, it says cherry-picked in develop branch.
I try to switch to develop branch, it truly remove tern port files, but I also found that there is some key binding not work (like SPC w c) in develop branch.
So I want to…

user2331095
- 6,577
- 8
- 36
- 56
0
votes
1 answer
SLIME who-calls errors out with 'nesting exceeds max-lisp-eval-depth'
Using Spacemacs 0.105, all packages updated.
Using Slime's who-calls on a symbol errors out with nesting exceeds max-lisp-eval-depth.
I've tried setting the eval-depth with
(setq max-lisp-eval-depth 10000)
That then gives me this error: Variable…

momo
- 1,045
- 3
- 9
- 18
0
votes
1 answer
Auctex cannot find a working TeX distribution on spacemacs with Osx ElCapitan
I get the following error when I try to build latex from spacemacs text editor :
TeX-command: Error : Auctex cannot find a working TeX distribution.
Make sure you have one and that Tex binaries are in PATH environment
variable. If fyou are…

AlexB
- 3,518
- 4
- 29
- 46
-1
votes
1 answer
Emacs/Spacemacs: additional packages installed do not load unless dotfile synced with M-m f e R
I'm a new Emacs/Spacemacs user, and I've gotten to understand the basics of the underpinnings.
However, I'm puzzled by a behavior:
On the dotfile, under dotspacemacs-additional-packages, I added a few extra packages, namely minimap (Sublime-like…

dennismayr
- 21
- 1
- 4
-2
votes
1 answer
Generating a markdown table with key bindings in Spacemacs
What is the best way to generate a markdown table with key bindings in Spacemacs (evil mode)?
Update: To clarify, this question is not about editing markdown, but automatically generating the table content for a large number of key bindings.
This…

Claudio
- 3,089
- 2
- 18
- 22