Articles tagged with 'GNU Emacs'
flycheck-popup-tip available on Melpa
flycheck-popup-tip is now available on Melpa. That is extension for GNU Emacs and Flycheck. It implements minor-mode for displaying errors from Flycheck using popup.el library.
flycheck-typescript-tslint is now part of flycheck package
Two days ago my pull request for merging `flycheck-typescript-tslint` into `flycheck` is accepted. Package is now removed from Melpa. I also joined Flycheck organization and I'll continue to support TSLint checker from there.
Editing React jsx files using GNU Emacs
I finally started using React and this article explains my GNU Emacs setup for editing rjx files.
Go development using GNU Emacs
This article describes how I use GNU Emacs in Go development.
Linting JavaScript in GNU Emacs
With any programming language, when you do some client or day job work, you need to deliver quality software. When you contribute to FLOSS projects, you have to follow some style guides specified for that project. Great help with all of that are linters and style checkers.
node_modules/.bin in your project $PATH
How to always have 'node_modules/.bin/' from your project in your path, in shell and in GNU Emacs
flycheck-typescript-tslint released
My GNU Emacs flycheck extension 'flycheck-typescript-tslint' version 0.21 relised
Loading and unloading GNU Emacs themes
Every time you call `load-theme` in GNU Emacs, there is a chance that previous theme changed something that new theme does not. Also, sometimes themes change `linum` (line numbers) settings and if you use `linum` you don't want that.
Using display-buffer-alist
How to use display-buffer-alist to show special buffers in same window in GNU Emacs
Evaluating Emacs Lisp
Evaluating your Emacs Lisp code when editing your GNU Emacs configuration or working on some package is best way to see what are you doing.