Questions tagged [spacemacs]

Spacemacs is a text editor. An advanced Kit focused on Evil: The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

336 questions
3
votes
1 answer

org-agenda with habits overlayed with colored red colums. Why?

Does anybody have an idea why my agenda view looks like this? I am running spacemacs with org-agenda using lots of habits like this: **** TODO Consume a tablespoon of linen oil once per day SCHEDULED: <2017-06-01 Do 06:30 ++1d > …
M. P.
  • 181
  • 2
  • 5
3
votes
3 answers

Emacs Evil mode - How to remap 'hjkl'?

I use Colemak keyboard layout and the conventional Vim 'hjkl' are not comfortable. In my .vimrc I've added the following to replace 'hjkl' with 'neio' (and vice versa). noremap n h noremap e j noremap i k noremap o l noremap h n noremap j e noremap…
lillemets
  • 928
  • 1
  • 9
  • 15
3
votes
2 answers

How do I add a new dependency to a Clojure project using emacs or lein?

I use emacs (to be more precise, Spacemacs), and so far, I haven't seen any way to add a project dependency (say, ring or hiccup) to my project, other than opening ./project.clj and adding a new vector to :dependencies. I'm not feeling comfortable…
rishat
  • 8,206
  • 4
  • 44
  • 69
3
votes
2 answers

Spacemacs keybindings not registering

My .spacemacs file includes a section that looks like this: (defun dotspacemacs/user-config () "Configuration function for user code. This function is called at the very end of Spacemacs initialization after layers configuration. This is the place…
Alex Petralia
  • 1,730
  • 1
  • 22
  • 39
3
votes
0 answers

Emacs: magit status failed on ssh remote server repo

I'm using ssh to connect to a remote server. On the server there is a git repo called MRFLSSVM. However, when I execute magit-status on: /ssh:qmServer:/home/Chang/qmCodeLab/MRFLSSVM/ Magit asks me to Create repository in…
spacegoing
  • 5,056
  • 5
  • 25
  • 42
3
votes
2 answers

company-emacs-eclim uses wrong path for project

I have a new Emacs setup (on Windows) for a largeish Java/Maven project. Installed Eclipse and eclim (spacemacs with java layer updated to latest version, company-emacs-eclim installed as extra package), but when company-emacs-eclim tries to…
Fredrik Håård
  • 2,856
  • 1
  • 24
  • 32
3
votes
2 answers

Temporarily disable Vim keybindings in Spacemacs

I have Spacemacs installed with Evil-mode enabled. Sometimes when someone who is used to Emacs is using my Spacemacs I want to disable the Vim keybindings and have regular Emacs bindings. Is it possible to toggle (enable or disable) the Vim…
user2609980
  • 10,264
  • 15
  • 74
  • 143
3
votes
2 answers

How can I use local .eslintrc in Spacemacs?

I am new to spacemacs and I follow the guides in https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Bframeworks/react . Everything works well except the eslinter do not use the local .eslintrc . It works on Atom Editor, Sublime Text 3,…
user2331095
  • 6,577
  • 8
  • 36
  • 56
3
votes
1 answer

Spacemacs powerline separator change not working

I am trying to customize the powerline separator style for Spacemacs. I added the following code to my .spacemacs file, as section 11.1.5.5 of the docs say to do. (setq powerline-default-separator 'bar) However, nothing is changing in my UI. I…
mattnedrich
  • 7,577
  • 9
  • 39
  • 45
3
votes
2 answers

How to use the Pomodoro Timer in Spacemacs?

I haven't used the Pomodoro timer in Spacemacs before. How can I start the timer? There is the org configuration layer already present in my Spacemacs config. Is there anything else that I need to add?
fat_cheng
  • 478
  • 1
  • 5
  • 14
3
votes
0 answers

spacemacs shift + tab does not and says that is undefined

I am on linux and using a standard keyboard. i'm not able to use shift-tab at all for some reason. of course i can use < but not while in editing mode. i've looked online but i'm not able to find a solution for the backtab. am i doing something…
user1354934
  • 8,139
  • 15
  • 50
  • 80
3
votes
1 answer

In Spacemacs, how do I enable web-mode .blade.php files?

What should I put in .spacemacs so that web-mode will be enabled instead of php-mode for .blade.php files in Laravel?
shangsunset
  • 1,585
  • 4
  • 22
  • 38
3
votes
1 answer

Run commands on Docker container from Emacs

I'm using emacs (spacemacs) and I'm using docker for development. How do I run my tests from emacs? like I do with terminal docker-compose run web rspec or whatever command.
GreenEggs
  • 527
  • 6
  • 17
2
votes
0 answers

Problem with org-mode code structure "#+begin_src lisp" in spacemacs

when I'm writting a code in lisp in a org-mode file. I started a block #+begin_src lisp #+end_src When I write the fist line no problem, functions names highlight correctly. #+begin_src lisp (defun myappend (L1 L2) (cond …
AreTaro
  • 31
  • 4
2
votes
0 answers

Spacemacs - How to turn off arrow keys

I would like to force myself to use the home row directional keys (hjkl) instead of the arrow keys. How do I turn off the arrow keys in Spacemacs?
Brandsma
  • 35
  • 7