Skip to content

Tag Archives: elisp

Color Theme: pink-bliss.el

Although pink-bliss.el color theme for Emacs is sure to elicit repressed memories of “Hello Kitty”, the normal confusion about why it exists doesn’t come along with it as you are simply all too lost in the ocean of pink (and pink-compatible) colors.

Color Theme for Emacs

Color Theme is an Emacs-Lisp package that lets you create and use different color themes within Emacs.
This is probably critical for anyone new to Emacs.

Inform Users with BoxQuote

Have a look at how to utilize the “box control” within Emacs to help users with the task at hand.

emacs analog clock

For when a digital clock won’t do: analog-clock.el.

RLX

RLX is a rogue-like video game engine written in Emacs Lisp that is being ported to Common Lisp.
In addition to the fact that this is a game so it is just plain fun, the author uses emacs as an IDE for creating games using the engine.
What more could you ask for? Read more on [...]

Catch elisp bugs with the compiler

Juan Garcia has a post on reducing elisp bugs using the byte-code compiler.

Emacs Lisp as a scripting language

Here is a great article about using Elisp as a scripting language.

Visualizing Lisp without parentheses

Michael Weber had the inspiration to imagine how might one visualize Lisp without parentheses in his mwe-color-box.el extension to Emacs.
Below is a screenshot from Michael’s page. More of Michael’s Emacs Hackery is available here.