phil-s

Results 196 comments of phil-s

The outdated instructions are also on https://rvm.io/rvm/security

I don't know what other editors do, but if the block cursor is kept then the following could also be considered: ;; Stop the cursor blinking (blink-cursor-mode -1) ;; Cursor...

> Most users of emacs that hack elisp change yes-or-no-p to y-or-n-p. How have you ascertained this? > However, if the goal of this project is to make emacs more...

FWIW the lack of a header line in ibuffer has never even registered for me. When weighed against the tremendous benefits of ibuffer (the filtering and grouping abilities, for instance),...

I think `show-trailing-whitespace` is a dubious *default* for much the same reason that trimming all trailing whitespace upon saving is a bad idea: As soon as you work on a...

It doesn't cause issues with Magit. I wasn't aware that Magit was overriding the defaults, but I presume it is simply setting the same variable locally.

n.b. `ignore` is the canonical command which does nothing. You could try this: ```el (define-key modalka-mode-map [t] #'ignore) ``` (untested)

I've now looked back at the preceding text, and noted: > Intelephense needs an LSP compliant client ... Please follow the setup guide of the relevant tool. So I'm closing...

I'm re-opening this, because I believe my initial comment was inaccurate, and https://github.com/bmewburn/intelephense-docs/blob/master/installation.md#configuration-options does *not* provide example JSON for configuring intelephense. Instead it provides a JSON schema which is... confusing...

More specifically, if a `workspace/configuration` request is received with the following data: ```json { "items": [ { "section": "intelephense" } ] } ``` What format should the response use? Some...