Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | projectile: initial configuration | Franck Cuny | 2022-02-03 | 1 | -0/+17 |
| | | | | | | | Now that there's no mono-repo to worry about, I can use again projectile. Also add the integration with counsel. | ||||
* | emacs: navigation related changes | Franck Cuny | 2021-10-25 | 1 | -9/+11 |
| | |||||
* | emacs: select help buffer when it opens | Franck Cuny | 2021-10-18 | 1 | -0/+2 |
| | | | | | | | Configure how we want to open an help buffer (on the left, with a defined width), and let's jump to it. Enable =visual-line-mode= for help buffers, otherwise it's unreadable. | ||||
* | emacs: add a "shell" section to ibuffer | Franck Cuny | 2021-10-17 | 1 | -0/+1 |
| | |||||
* | emacs: add "git" section to ibuffer | Franck Cuny | 2021-10-08 | 1 | -0/+3 |
| | |||||
* | emacs: configure dap-mode and compile-mode | Franck Cuny | 2021-04-04 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | emacs: more bindings for counsel | Franck Cuny | 2021-03-27 | 1 | -0/+4 |
| | |||||
* | emacs: new defined search for rg | Franck Cuny | 2021-02-12 | 1 | -0/+23 |
| | |||||
* | emacs: rename the directory | Franck Cuny | 2021-01-04 | 1 | -0/+128 |