Coleman Gariety

Results 43 issues of Coleman Gariety

Commenting-out an indented block gives the indent guides the `font-lock-comment-face.` Thus unless your `font-lock-comment-face` is the same as your `highlight-indent-guides-*-face`, it will appear as thought comments have vertical lines. Seems...

bug

Hello and thank you for work on this excellent package. It is the only viable solution for TSX in Emacs. And it works almost perfectly, except for a small problem....

If you fullscreen a YouTube video, it'll just expand to the full size of the browser window and be covered by the page's UI elements. Something is wrong. ![screen shot...

Bug

To reproduce: 1. Open Safari > Preferences on OS X 2. Choose Breach as default web browser 3. Open a link from any OS X app that's not Breach (for...

Enhancement

I use [Shortcat.app](http://shortcatapp.com/) to browser around my computer sometimes. It's unable to target the Breach UI, but can target Safari, Chrome, Firefox etc.

Enhancement

In `ido-mode` I can I believe the `` key is mapped to `'ido-next-match`. Is there a way to get this functionality back into smex? EDIT: I have my ido configured...

Lets say I want to define a variable, export it from a CommonJS module, and set it to a function. js3-mode will auto-indent this as follows: ``` var foo =...

Currently, js3-mode will auto-indent a nested, comma-first variable object like this: ``` var outer = { inner: { } } , second = void 0 ``` But wouldn't it make...

I have my function call face set to a yellow foreground color, and my default color for all other text is green. When I call a function with these settings...