diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-27 15:12:57 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-27 15:12:57 +0200 |
| commit | 0f77a5bed35f3882d203d65788805bcfefdf78ad (patch) | |
| tree | acffd09bc47d124a7842e0d293db601f51174817 /.emacs.d/README.org | |
| parent | 22f7cfc806c9a47b3bde69e6c12da97f88e7c525 (diff) | |
| download | dotfiles-0f77a5bed35f3882d203d65788805bcfefdf78ad.tar.gz dotfiles-0f77a5bed35f3882d203d65788805bcfefdf78ad.zip | |
emacs: polished my evil setup
That is, I'm introducing back again some functionality that I remove but now I'm
binding it into different keys. This allows me to simplify the code quite a bit.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/README.org')
| -rw-r--r-- | .emacs.d/README.org | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.emacs.d/README.org b/.emacs.d/README.org index 3e6017b..3c2fa65 100644 --- a/.emacs.d/README.org +++ b/.emacs.d/README.org @@ -65,16 +65,17 @@ want to do it manually: * Credits -I've built this file by simply scavenging from other people's emacs.d/dotfiles -repositories. I have taken lots of pieces from here and there, but most notably: +I've built this file by simply scavenging from other people's emacs.d/dotfiles repositories. I have taken lots of pieces from here and there, but most notably: - [[https://github.com/ereslibre/dotfiles][@ereslibre]] - [[https://github.com/dmacvicar/dotfiles][@dmacvicar]] - [[https://github.com/bbatsov/emacs.d][@bbatsov]] - [[https://github.com/aaronbieber/dotfiles][@aaronbieber]] - [[https://github.com/purcell/emacs.d][@purcell]] -- [[https://github.com/sachac/emacs.d][@sachac]] ([[http://pages.sachachua.com/.emacs.d/Sacha.html][HTML version]]) +- [[https://github.com/sachac/.emacs.d][@sachac]] ([[http://pages.sachachua.com/.emacs.d/Sacha.html][HTML version]]) - [[https://github.com/larstvei/dot-emacs][@larstvei]] +- [[https://github.com/hlissner/doom-emacs][doom-emacs]] +- [[https://gitlab.com/protesilaos/dotfiles][@protesilaos]] * License |
