Mathieu Marques

Results 28 issues of Mathieu Marques

I'm trying to have `require-final-newline` set to `nil` only when saving configuration files only. ```elisp (setq-default require-final-newline 'visit use-package-always-defer t) (use-package persp-mode :defer 1 :init (setq-default persp-keymap-prefix (kbd "C-c w"))...

# Issue type - Question # Environment Emacs version: GNU Emacs 27.0.91 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2020-07-06 Operating System: macOS Catalina 10.15.5 Evil version:...

This is an older issue that was closed: #904 I'm using `web-mode` together with `.tsx` files. I'm working on a new project where there are ESLint comments in JSX nodes....

I think https://github.com/bbatsov/projectile/issues/625 may be related. I am trying to ignore files using their extensions as such: ``` none -*.tsv -*.xlsx ``` But I can still find the files using...

Bug
Help Wanted

For many faces (other than `default`), the background is set to `zenburn-bg`. This makes it pretty verbose to update those faces them when customizing the default background. Another option I...

I have wrote my own minimal package for insert icons as an exercise. I used it with `spaceline`. With icons wider than a regular character in the mode-line, the content...

bug rendering
known

## Expected behavior Should update the list of matches for "foo" in my Helm buffer as I progressively type `foo`. ## Actual behavior ![sans titre](https://user-images.githubusercontent.com/5608624/35445574-524cbabc-02b2-11e8-9ffe-db7403034c93.png) Both `helm-ag` and `projectile-ag` work...

cannot_reproduce

### Org `org-mode` ``` #+BEGIN_SRC emacs-lisp ;; Code #+END_SRC ``` ### Markdown [`markdown-mode`](https://github.com/jrblevin/markdown-mode) ```elisp ;; Code ``` ### Stack Overflow Not sure this is an actual thing or just their...

enhancement
help wanted

Apparently we've grown accustomed to the block-cursor, but non-IT people find it confusing. I'm assuming a vertical bar is a more modern standard. - What's the default on other popular...

question

Once we're done agreeing on the scope of this repository and that we can indeed include external packages (see #26), I would enable `(global-company-mode)`. That is to allow path completion...