summaryrefslogtreecommitdiff
path: root/README.org (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-02remove non-emacs configurationFranck Cuny1-2/+4
Only keep emacs' configuration in this repository. Everything else is moved to the repository with my configuration for linux.
2022-01-29emacs: capitalize headlinesFranck Cuny1-2/+2
2021-09-08linux: remove configurations specific to linuxFranck Cuny1-126/+0
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
2021-08-17README: update list of installed packagesFranck Cuny1-0/+15
2021-04-04emacs: configure dap-mode and compile-modeFranck Cuny1-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.
2021-01-13README: add extra configuration for LinuxFranck Cuny1-1/+17
2021-01-04README: get a list of installed packages on linuxFranck Cuny1-0/+82
2020-12-01readme: add info for touchpadFranck Cuny1-0/+13
Xorg configuration for the touchpad (just in case).
2020-03-19doc: switch to org-mode instead of markdownFranck Cuny1-0/+6
2017-09-20[readme] convert from org to mdFranck Cuny1-31/+0
2017-02-20[README] upFranck Cuny1-2/+1
2017-02-16[doc] upFranck Cuny1-0/+5
2017-02-03[Doc] Update.Franck Cuny1-0/+9
2017-01-27[Doc] Update.Franck Cuny1-1/+7
2017-01-27[README] Convert README from md to org.Franck Cuny1-0/+12
Easier to write documentation that way.
2016-08-12Convert readme from org to md.Franck Cuny1-1/+0
2016-08-04Convert README from markdown to org-mode.Franck Cuny1-0/+0
2016-07-03Convert README from org to markdown.Franck Cuny1-0/+1
2016-02-13Convert the README to org-mode.Franck Cuny1-43/+0
Editing tables is way easier in org-mode than it is with markdown.
2015-12-01Add a README.Franck Cuny1-0/+43
Closes #12