The Wayback Machine - https://web.archive.org/web/20200627090556/https://github.com/topics/spacemacs
Skip to content
#

spacemacs

Here are 308 public repositories matching this topic...

spacemacs
OrdoFlammae
OrdoFlammae commented Apr 3, 2020

Description :octocat:

The documentation for the @spacemacs preconfigured custom layout is inconsistent with actual behavior.

Reproduction guide 🐞

  • Start Emacs
  • Press SPC l o e

Observed behaviour: 👀 💔
Spacemacs opens a custom layout in the .spacemacs.d directory.

Expected behaviour: ❤️ 😄
Spacemacs opens a custom layout in the `.e

SpaceVim
fleutot
fleutot commented Mar 29, 2018

This file structure:

$ ls
mycode.c  other_file.c
$ git init
Initialized empty Git repository in /home/gauthier/tmp/dumb/.git/
$ git add mycode.c && git commit -m"Init"
[master (root-commit) 5271e5a] Init
 1 file changed, 15 insertions(+)
 create mode 100644 mycode.c

mycode.c:

typedef int my_type_t;

my_type_t a;
my_type_t my_function(my_type_t in);
int main(void)

Improve this page

Add a description, image, and links to the spacemacs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spacemacs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.