diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-09-20 16:43:53 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-09-20 16:43:53 -0700 |
commit | 0e854ee7772ea51f5b00d476eeeb702db11e86c3 (patch) | |
tree | bbb20354e5865fa7fafb17bb791df6953ea756e1 | |
parent | [tmux] remove (diff) | |
download | emacs.d-0e854ee7772ea51f5b00d476eeeb702db11e86c3.tar.gz |
[readme] convert from org to md
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | README.org | 31 |
2 files changed, 4 insertions, 31 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4dda7de --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +My personal configuration files for +[Emacs](https://www.gnu.org/software/emacs/), +[bash](https://www.gnu.org/software/bash/) and +[git](https://git-scm.com/). diff --git a/README.org b/README.org deleted file mode 100644 index 6287a6a..0000000 --- a/README.org +++ /dev/null @@ -1,31 +0,0 @@ -#+Title: Configuration files -#+Author: Franck Cuny - -My personal configuration files for [[https://www.gnu.org/software/emacs/][Emacs]], [[https://www.gnu.org/software/bash/][bash]] and [[https://git-scm.com/][git]]. - -* Documentation -** Emacs -*** Bookmarks -| binding | description | -|---------+--------------------| -| C-x r l | list the bookmarks | -| C-x r m | add a bookmark | -*** Navigation -| binding | description | -|---------------+----------------------------| -| C-x C-<space> | go back to previous buffer | -*** Working with go -First start by running the [[file:bin/setup-go][setup-go]] script. - -#+BEGIN_SRC sh -./bin/setup-go -#+END_SRC - -| binding | description | -|-----------+------------------| -| C-c C-o j | go to definition | -| | | -* ToDos -** Emacs -*** DONE Move twitter's configuration to it's own file -This include the configuration for flycheck |