Archiv der Kategorie: Emacs

Classical Learning Curves for some Common Editors

I just found an interesting blog entry with a picture of “classical learning curves for some common editors”. A picture which must not be lost in time… especially if Your preferred editors are vim and emacs (or vice versa): Note: … Weiterlesen

Veröffentlicht unter Emacs, Fun, Vim | Hinterlasse einen Kommentar

Forcing correct e-mail address in .emacs

To force an e-mail address for a user (“cheney@torture.gov” in this example) in GNU Emacs templates, just add the following line to Your “.emacs” file: Note: The example was taken from “Init File Examples“

Veröffentlicht unter .emacs, Emacs | Hinterlasse einen Kommentar

SLIME Commands

Note: The following text was taken from: https://github.com/technomancy/swank-clojure! Commonly-used SLIME commands: C-c TAB: Autocomplete symbol at point C-x C-e: Eval the form under the point C-c C-k: Compile the current buffer C-c C-l: Load current buffer and force required namespaces … Weiterlesen

Veröffentlicht unter Clojure, Emacs, Mental Note | Hinterlasse einen Kommentar

.emacs file for erlang and package.el

When I started with erlang, I soon started to use emacs (Wikipedia: emacs) for edting erlang files. I followed the instructions to enable the erlang-mode as described in “The Erlang mode for Emacs“: “Setup on UNIX“. When I started with … Weiterlesen

Veröffentlicht unter Clojure, elisp, Emacs, Erlang/OTP | Hinterlasse einen Kommentar