summary refs log tree commit diff
path: root/README.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 🤡Franck Cuny2023-06-011-7/+0
| | | | Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
* ref(aspell): don't maintain the dictionary in the repoFranck Cuny2023-02-051-29/+2
| | | | | | | Dictionaries are machine specific, no point in managing them through git. Change-Id: Ie72ad746e124b73e42135ede82a5ae6d7e45de2e
* README: remove instructions for forgeFranck Cuny2022-04-281-29/+0
|
* doc: add information about the forge packageFranck Cuny2022-03-251-0/+30
|
* remove non-emacs configurationFranck Cuny2022-02-021-2/+4
| | | | | Only keep emacs' configuration in this repository. Everything else is moved to the repository with my configuration for linux.
* emacs: capitalize headlinesFranck Cuny2022-01-291-2/+2
|
* linux: remove configurations specific to linuxFranck Cuny2021-09-081-126/+0
| | | | | They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
* README: update list of installed packagesFranck Cuny2021-08-171-0/+15
|
* emacs: configure dap-mode and compile-modeFranck Cuny2021-04-041-0/+25
| | | | | | | | | | | | | | | | | | | | Debug Adapter Protocol (DAP) is wire protocol to communicate between a client and debug server. This is similar to LSP, but for debuggers. This initial configuration focuses on enabling the mode and setting the layout for the various buffers (in this case I want the different buffers on the right screen and keep the main part focused on the code). I also disable some widget to use the debugger with hydra. There's still a number of things that are incomplete when it comes to integrate DAP and delve (the go debugger): there's no way to call functions, to have access to the variables, etc. But this is a good start though, to debug simple problems without relying on print statement. This also update the configuration for =go= so that =M-x compile=, when editing a go file, by default will use =go build=. This is not what I always need / want but this is a good default.
* README: add extra configuration for LinuxFranck Cuny2021-01-131-1/+17
|
* README: get a list of installed packages on linuxFranck Cuny2021-01-041-0/+82
|
* readme: add info for touchpadFranck Cuny2020-12-011-0/+13
| | | | Xorg configuration for the touchpad (just in case).
* doc: switch to org-mode instead of markdownFranck Cuny2020-03-191-0/+6
|
* [readme] convert from org to mdFranck Cuny2017-09-201-31/+0
|
* [README] upFranck Cuny2017-02-201-2/+1
|
* [doc] upFranck Cuny2017-02-161-0/+5
|
* [Doc] Update.Franck Cuny2017-02-031-0/+9
|
* [Doc] Update.Franck Cuny2017-01-271-1/+7
|
* [README] Convert README from md to org.Franck Cuny2017-01-271-0/+12
| | | | Easier to write documentation that way.
* Convert readme from org to md.Franck Cuny2016-08-121-1/+0
|
* Convert README from markdown to org-mode.Franck Cuny2016-08-041-0/+1
|
* Delete documentationFranck Cuny2016-07-031-41/+0
|
* [zsh] replace bash with zsh.Franck Cuny2016-03-121-2/+2
| | | | | | | Add configuration files, delete bash config files, and update documentation. Closes #22 #19
* [emacs] Remove the documentation from README.Franck Cuny2016-02-171-73/+9
| | | | Add a 'doc' directory with the documentation for emacs, bash and git.
* Fix a typo in the README.Franck Cuny2016-02-151-1/+1
|
* Update the README.Franck Cuny2016-02-151-32/+61
|
* [emacs] Add more key binding to the documentation.Franck Cuny2016-02-141-1/+9
|
* Convert the README to org-mode.Franck Cuny2016-02-131-0/+68
Editing tables is way easier in org-mode than it is with markdown.