summary refs log tree commit diff
path: root/emacs/custom/my-navigation.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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