summary refs log tree commit diff
path: root/README.org
blob: dd278ce118a3d6e0bfe642bba0c49385701692ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#+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
*** TODO Move twitter's configuration to it's own file
This include the configuration for flycheck
*** TODO Update org-mode config with different status (TODO / WAITING / DONE)