Mohsin Kaleem
Mohsin Kaleem
I'm not a big fan of specifying the date twice, eg: ```yaml - 2019-06-19-welcome/ - 2019-06-19-welcome-to-jekyll.md ``` I know the parent folder doesn't need to have the date, but if...
add collection support alongside regular _posts support. see issue #18 closes #19 I've tested this on my site, but I'd appreciate if you could do so as well. I was...
pygments.rb was initially supported because it was the default for multiple platforms (including github and jekyll at the time). Currently [rouge](https://github.com/rouge-ruby/rouge) is the default, so it'd be nice to add...
CC @bdarcus See [bibtex-actions](https://github.com/bdarcus/bibtex-actions), the combination of faces and icons for different sections of the candidates offered by bibtex completion, gives a far better contrast between the different fields and...
Hi there, I'm just creating this issue as a reminder to myself to add a major-mode for hledger rules files. Atm I'm just hacking some font-lock rules with .dir-locals but...
Not sure which version of emacs added using hooks for eldoc instead of the eldoc variable so this may require bumping the minimum supported version. Advantage of the new approach:...
See [here](https://asciinema.org/a/4ZN6aZsElWSOeq7azDKA6A3Zy). Whenever ggtags looks up a tag and highlights it with `ggtags-fontify-code` the active hl-line in the original buffer is removed. I've narrowed the issue down to `ggtags-fontify-code` after...
I've got icons setup to properly render in my terminal but dashboard refuses to insert them because of these checks. I think it'd be better if you let users enable...
it seems to be hardcoded into the [scripts](https://github.com/emacs-dashboard/emacs-dashboard/blob/master/dashboard-widgets.el) as values between 1.0-1.2. However these look a little too large on my config and I'd like the option to be able...
# Issue type So I've been looking into some of the builtin emacs regexp replace syntax specifics and alongside the ability to perform lisp evaluations inside of substitutions (eg. `%s/foo/\,(upcase...