wedens

Results 22 issues of wedens

GFM has support for specifying language: ```ruby require 'redcarpet' markdown = Redcarpet.new("Hello World!") puts markdown.to_html ``` and it renders it to ``` require 'redcarpet' markdown = Redcarpet.new("Hello World!") puts markdown.to_html...

When I have an import string: ```hs import Path (Abs, Dir, File, Path, reldir, absfile, ()) ``` and `absfile` is unused, there is a suggestion to remove redundant import. When...

type: bug

I have an org file with some tags listed in `#+TAGS:`. When I call `counsel-org-tag` it displays only the tags from `#+TAGS:` and not any other tags defined in the...

enhancement
moreinfo

Instead of restricting multiedit regions to selection, it just disables _all_ regions (regardless of selection).

bug

When I click clickable `file://` link in the doc popup, I get "Point is not at a Markdown link or URL". It was mentioned before in [another issue](https://github.com/emacs-lsp/lsp-ui/issues/176#issuecomment-426006150), but I...

It was unused. Also deleted unused `flag` parameter.

### Brief Abstract It'd be really useful to be able to filter the backlinks buffer by selecting other links that are shown in the backlinks buffer. In a regular tag-based...

1. enhancement

Currently, `today` is time from 00:00 to 23:59, but I consider "today" to be finished when I go to sleep which happens at 1-2:00AM. It'd be great to make `today`...

enhancement
help wanted
discussion
compatibility
priority:B

It would be useful to be able to choose how to use (or not to use) derivation: - auto derivation (currently by default) - semi-auto derivation (`implicit val userComposite: Composite[User]...

Feature Request

It'd be nice to have an option to kill helpful buffer/window when following a reference to a source file. Currently, after following a reference, you have to switch back to...