-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add seeing is believing layer #3436
Add seeing is believing layer #3436
Conversation
Sorry, but this |
I believe |
@TheBB Thank you for the feedback. I have a better understanding of @nixmaniack I didn't put it there because it is a tool that not everybody uses, should I still put it there? I should put some sort of condition on it to only init if the executable is present I assume? If so, could you point me in the right direction to learn about that and where exactly the condition should be? |
@brandoncc Not sure about the best way, others should correct me. You should look at |
Ah, I did read that conditional loading section but I didn't see anything On Sat, Oct 17, 2015 at 9:28 AM, Muneeb Shaikh notifications@github.com
|
@TheBB I believe I have addressed the issues. Please take a look. |
@brandoncc 👍 This is cool |
layers/+lang/ruby/packages.el
Outdated
(evil-leader/set-key-for-mode 'enh-ruby-mode "msb" 'seeing-is-believing-run) | ||
(evil-leader/set-key-for-mode 'ruby-mode "msc" 'seeing-is-believing-clear) | ||
(evil-leader/set-key-for-mode 'enh-ruby-mode "msc" 'seeing-is-believing-clear))) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lisp convention does not allow trailing parentheses like this one. Can you move it to the end of the previous line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, but the PR is out of date and can't be merged. I don't use spacemacs anymore so I won't be fixing that unfortunately. Anybody else is welcome to.
…lieving-layer # Conflicts: # layers/+lang/ruby/README.org # layers/+lang/ruby/packages.el
@TheBB I fixed the merge issues on this. |
I am happy somebody is already working on this. Would be great to have this being part of spacemacs, |
According to comment by @brandoncc what should be done this PR @sdwolfz @syl20bnr ? |
|-----------------+----------------------------------| | ||
| ~<SPC> m s b~ | Run seeing is believing | | ||
| ~<SPC> m s c~ | Clear seeing is believing output | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to find other key bindings, these one are reserved for REPL interactions.
Can those two functions be unified together into a toggle ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ain't changing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't used spacemacs in quite a while. Someone else is welcome to find better bindings, but I doubt I will ever do it.
Thank you ❤️! I rebased with latest develop and updated the code in 6302748. For keybindings I used Cherry-picked into develop branch, you can safely delete your branch. |
No description provided.