summary refs log tree commit diff
path: root/emacs/custom/my-navigation.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(navigation): re-organize the module and load packagesFranck Cuny2022-10-151-45/+31
| | | | | | | Load explicitly the packages I want and group the module for settings, bindings and hooks. Change-Id: I9e22043819bba096ee5d33e53fa03926eb559cc1
* feat(project): consider cargo's crate as projectFranck Cuny2022-09-071-0/+9
| | | | | | | Add a helper to define directories that contain a 'Cargo.toml' file as a project. Change-Id: If099172eb6f35ecbea06a06fb39b7f64a5a809b7
* feat(project): add `go.mod' to the list of files that define a projectFranck Cuny2022-06-031-0/+14
| | | | | | | | In a repository, I might have multiple `go.mod' files, and I want to treat of of the directories as a project, even within the same repository. Change-Id: I09937d9961464bff0f9d673d1eb50484eb8ea10e
* ignore a few more things with recentfFranck Cuny2022-04-291-1/+1
|
* don't specify where to write Emacs filesFranck Cuny2022-04-291-3/+0
| | | | | We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them.
* my-navigation: sim-pli-fyFranck Cuny2022-04-271-46/+33
|
* dired: move configuration to its own moduleFranck Cuny2022-04-181-26/+0
|
* emacs: where to save stateFranck Cuny2022-04-161-0/+1
|
* replace avy/counsel with vertico/consultFranck Cuny2022-04-141-44/+0
|
* ibuffer: simplify the configurationFranck Cuny2022-03-241-32/+1
| | | | I mostly use project.el anyway.
* rename fcuny-navigation to my-navigationFranck Cuny2022-03-231-0/+154