Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]add brainfcuk layer #5652

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions layers/+lang/brainfuck/README.org
@@ -0,0 +1,16 @@
#+TITLE: Brainfuck layer

[[file:img/brainfuck.png]]

* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#key-bindings][Key bindings]]

* Description
This layer helps you be more productive with the Brainfuck language.

* Key bindings

| Key Binding | Description |
|-------------+----------------------------------|
| ~SPC m b f=~ | du stuff |
Binary file added layers/+lang/brainfuck/img/brainfuck.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions layers/+lang/brainfuck/packages.el
@@ -0,0 +1 @@
(setq brainfuck-packages '(brainfuck-mode))(defun brainfuck/init-brainfuck-mode()(use-package brainfuck-mode :defer t :init(spacemacs/set-leader-keys-for-major-mode 'brainfuck-mode "bf" 'bf-help-describe-symbol)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this shit intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robbyoconnor Most likely.
It was April 1, somewhere. 😉

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THIS NEEDS TO BE USED!