Minimalistic light color theme for GNU Emacs

basic-theme.el – Minimal color theme for Emacs using base16 colors. Read more

Similar

Zmacs vs. Emacs (with manual)

"It's kind of hard to appreciate the differences [between Zmacs and Emacs) from reading a description. It's even hard to appreciate it from using Zmacs. Where the light dawns is when you've been using Zmacs for a while and go back to using plain old Emacs... (more…)

Read more »

Distributed Computing with Emacs

I got an Elisp idea today and even went as far as implementing a proof of concept for it: distributed computing with Emacs Lisp. As usual for me the idea takes advantage of Lisp features to make the task pretty simple, very specifically Elisp's implement... (more…)

Read more »

Separate Emacs Bytecode Stack

Use a dedicated stack for bytecode, instead of using the C stack. Stack frames are managed explicitly and we stay in the same exec_byte_code activation throughout bytecode function calls and return... (more…)

Read more »