blob: 42b2d0f36ecb910e6f9dec4eb6ee10c1c4d8a2a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#+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 |
*** Working with go
First start by running the [[file:bin/setup-go][setup-go]] script.
#+BEGIN_SRC sh
./bin/setup-go
#+END_SRC
|