Sethen Maleno

Results 28 comments of Sethen Maleno

Hello, Can you give me an example of how you would like to see this used in the browser? I am having a tough time coming up with a use...

Yes, that's an interesting use case. Currently this is only for server side but it could be adapted at some point for client side. It would just need to be...

I am afraid I am having a hard time understanding what you're asking here. Could you give me a more concrete example of the functionality you would like to see...

Oh, so you just want a way to be able to replace the keyword of `!heading` with something else that you've defined? That seems easy enough. Currently there is nothing...

This might take a little extra work since it may have to check to see how many newlines are there first and then work from that.

@mastertinner What I have found is that script does not work if the script you're running in question is an executable. If you source it, it works fine. When it's...

I have installed this theme manually and still have the same issue. Anymore thoughts on how to fix this?

Oh, nevermind. The issue for me was that I was using the 15.04 release. It should be noted to get this work correctly, you should clone the repository directly into...

Here's my `.vimrc`: ``` syntax enable execute pathogen#infect() call pathogen#helptags() cd ~/Developer autocmd vimenter * NERDTree set background=dark colorscheme material ``` The file is in the `colors` directory under `material.vim`.

@seagle0128 Are you seeking help to bikeshed an API for this or technical help on the elisp side? I am not the greatest elisper