Add wasamasa's config to list of inspirations
This commit is contained in:
parent
bd62f24d8a
commit
d64d0e84dc
1 changed files with 11 additions and 5 deletions
|
@ -1,12 +1,9 @@
|
|||
#+STARTUP: showall
|
||||
|
||||
Inspired by such other projects as the literal Emacs init from [[http://sachac.github.io/.emacs.d/Sacha.html][Sacha
|
||||
Chua]] and also from [[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2014/03/C3F.html][Grant Rettke]], here is my Emacs initialization file.
|
||||
Inspired by [[Other such projects][other such projects]], here is my Emacs initialization file.
|
||||
|
||||
*Note:* This is not my entire Emacs initialization file. It's a
|
||||
work-in-progress. To keep on top of any changes to this file, or any
|
||||
other part of my Emacs init, I recommend you follow [[http://code.ryuslash.org/dot/tom/emacs/][This project]] ([[http://code.ryuslash.org/dot/tom/emacs/atom/?h=master][Atom
|
||||
feed]]), which is where I keep my configuration.
|
||||
work-in-progress.
|
||||
|
||||
* Preparation
|
||||
|
||||
|
@ -59,3 +56,12 @@ feed]]), which is where I keep my configuration.
|
|||
These snippets don't belong in your =init.el=, but instead in a
|
||||
separate =Cask= file, and only if you use Cask, not if you just use
|
||||
the standard ~package.el~.
|
||||
|
||||
* Other such projects
|
||||
|
||||
As stated, this project is inspired and influenced by other literate
|
||||
configurations. Here is a list of some of the ones I've found:
|
||||
|
||||
- [[http://sachac.github.io/.emacs.d/Sacha.html][Sacha Chua]]
|
||||
- [[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2014/03/C3F.html][Grant Rettke]]
|
||||
- [[https://github.com/wasamasa/dotemacs][Vasilij Schneidermann]]
|
||||
|
|
Loading…
Add table
Reference in a new issue