Klimi's new dotfiles with stow.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

14 Zeilen
722 B

vor 4 Jahren
  1. This directory contains source code which may be useful to some Slime
  2. users. `*.el` files are Emacs Lisp source and `*.lisp` files contain
  3. Common Lisp source code. If not otherwise stated in the file itself,
  4. the files are placed in the Public Domain.
  5. The components in this directory are more or less detached from the
  6. rest of Slime. They are essentially "add-ons". But Slime can also be
  7. used without them. The code is maintained by the respective authors.
  8. See the top level README.md for how to use packages in this directory.
  9. Finally, the contrib `slime-fancy` is specially noteworthy, as it
  10. represents a meta-contrib that'll load a bunch of commonly used
  11. contribs. Look into `slime-fancy.el` to find out which.