Mathieu Marques

Results 81 comments of Mathieu Marques

Looks like using `mode-require-final-newline` instead did the trick. Leaving this open for my second issue, that is: why do I need to set `persp-keymap-prefix` before activating the mode?

> And what is wrong with that? Nothing wrong I guess, I naively thought THE way to do it was to first activate a mode and then alter its settings....

> For those of you who prefer Company mode, support is on its way. @ScottyB I came here for the contextual completions. Do you have visibility about when you would...

```elisp (use-package highlight-indentation :hook ((python-mode . highlight-indentation-mode) (python-mode . highlight-indentation-current-column-mode))) ```

There is no way to display right-aligned text? That doesn't rely on glyphs' width that is. Here is what I'm using FWIW. ```elisp (if padded (concat (propertize " " 'display...

Ag had jumped to from `v0.29.1.1641` to `v2.1.0.1`. Went back and `helm-projectile-ag` now works again Let me know what more information I can provide to help. ``` choco uninstall ag...

@xiongtx Like I said, both `helm-ag` and `projectile-ag` work as intended.

```sh choco uninstall ag choco install ag ``` `ag --version` ```text ag version 2.1.0 Features: +jit +lzma +zlib ``` `emacs --version` ```text GNU Emacs 25.3.1 Copyright (C) 2017 Free Software...

@xiongtx Unfortunately, I don't have access to Windows 8 easily.

Posting here as this is seems somewhat related: https://prettier.io/blog/2022/06/14/2.7.0.html > This release includes a new --cache CLI option. Enabling this option will use some attributes as cache keys and format...