Jason's Braindump

Emacs on Windows

Installation

List the Emacs installation on Windows platform.

Native Emacs

VirtualBox with Emacs

-> Emacs on Arch Linux

Dockerized Emacs

Cygwin/MinGW with Emacs

Chololatey Software

choco install emacs

Unix Utilities

Formatter

Right now, I’m using Steve Purcell’s reformatter with Prettier and shfmt.

  • Prettier: YAML, CSS/Less/SCSS
  • shfmt: Shell script

Some Options

Install Prettier

  1. Follow this guide to install portable Node.js
  2. Globally install Prettier using npm install -g prettier

Read More

Encryption

Shell/Term

Debug

If you do M-x toggle-debug-on-error, you should get a backtrace that might show where the error is occurring.

Read more

Reference

Links to this note