#+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- | 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)