Jorge Araya Navarro
Jorge Araya Navarro
Yes, I did install them on Windows
I'm using `GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-17` installed via Emacs Powerpack ( https://gitlab.com/vancan1ty/emacs_powerpack ) I have reported this problem on Emacs Stackexchange with hopes of getting a clue or...
With: ``` (dolist (font (font-family-list)) (insert (format ";; %s\n" font))) ``` I report the following installed fonts, all-the-icons font is almost at the end of the list: ``` ;; System...
Setting the font with: `(set-face-attribute 'default nil :font "Source Code Pro-12:antialias=natural")` The issue is still there: 
Using emacs from MSYS2, installed just as you installed it on your machine improves the font display but the issue remains with all-the-icons  The following is the list of...
In the following screenshot, the font display got improvements by using MSYS2's Emacs  Basically, Symbola is correctly set:  But something like: ``` (insert (propertize (format " %s" (all-the-icons-faicon...
According to package.el is the version 20180409.902 from Melpa inestable. Is weird you cannot reproduce the issue of `rjsx-delete-creates-full-tag`. Felipe writes: > What version of `rjsx` are you using? I...
I'm not getting the close tag when deleting the `/` with C-d
Sure: ``` import React, { Component } from 'react'; import './App.css'; class App extends Component { constructor() { super(); this.state = { inputValue: "hola mundo" }; this.onChange = this.onChange.bind(this); }...