summary refs log tree commit diff
path: root/emacs/etc (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-16yas: elispFranck Cuny2-0/+11
2022-04-16ui: small adjustment with the themeFranck Cuny1-2/+2
2022-04-16emacs: where to save stateFranck Cuny5-1/+11
2022-04-16eshell: disable auto-completionFranck Cuny1-7/+8
2022-04-16completion: a few more changesFranck Cuny1-10/+15
2022-04-14add orderlessFranck Cuny1-0/+6
2022-04-14remove more ivy stuffFranck Cuny1-9/+1
2022-04-14replace company with corfuFranck Cuny3-17/+27
2022-04-14replace avy/counsel with vertico/consultFranck Cuny6-48/+48
2022-04-08conf: configure CSSFranck Cuny1-0/+5
2022-03-25git: add more forgesFranck Cuny1-3/+7
2022-03-25doc: add information about the forge packageFranck Cuny1-0/+30
2022-03-25git: add back the forge packageFranck Cuny2-0/+19
It's useful to keep track of the repositories, the code reviews, issues, etc. It's also easier to do code reviews that way (at least the initial reading).
2022-03-25prog: tweak configuration for goFranck Cuny1-1/+14
Add a few bindings to run the tests, and make the test output more verbose by default.
2022-03-25UI: simplify the theme configurationFranck Cuny1-1/+1
2022-03-25work: add function to search on sourcegraphFranck Cuny1-0/+11
2022-03-25mac: ensure exec-path-from-shell is installedFranck Cuny1-0/+1
2022-03-25ui: adjust theme for org-modeFranck Cuny1-3/+4
2022-03-25eshell: fix configurationFranck Cuny1-1/+0
2022-03-25web-extra: function to do a search on githubFranck Cuny1-1/+12
2022-03-25git-extra: fix docstringFranck Cuny1-1/+1
2022-03-25settings: simplify server / exec-path-from-shellFranck Cuny1-7/+7
2022-03-24packages: extra functions related to package.elFranck Cuny2-0/+66
2022-03-24ibuffer: simplify the configurationFranck Cuny1-32/+1
I mostly use project.el anyway.
2022-03-24ui: configure display for xref buffersFranck Cuny1-1/+1
2022-03-24theme: improve readability a bitFranck Cuny1-1/+13
2022-03-23this should be the last mass refactorFranck Cuny9-212/+145
2022-03-23functions: move custom functions to librariesFranck Cuny6-68/+64
2022-03-23init: simplify loading librariesFranck Cuny2-14/+17
2022-03-23rename a few more librariesFranck Cuny9-29/+35
2022-03-23rename fcuny-org to my-orgFranck Cuny2-22/+22
2022-03-23rename fcuny-git to my-gitFranck Cuny2-8/+6
2022-03-23rename fcuny-text to my-textFranck Cuny2-4/+4
2022-03-23rename fcuny-edit to my-editFranck Cuny2-14/+12
2022-03-23rename fcuny-navigation to my-navigationFranck Cuny2-7/+4
2022-03-23rename fcuny-ui to my-uiFranck Cuny2-4/+4
2022-03-23rename fcuny-settings to my-settingsFranck Cuny2-4/+4
2022-03-23init: start to simplify the configurationFranck Cuny1-54/+51
Update the settings for the garbage collector when we start Emacs, to make things go faster. Also drop a few things that we don't care about anymore (the gnutls configuration). Be specific about the path to the library.
2022-03-23settings: don't pull fcuny-vars anymoreFranck Cuny1-3/+7
This library is going away. Also update the docs.
2022-03-23git: update gitignoreFranck Cuny1-50/+8
I'm moving around some files, we need to ignore a number of things. The previous version of that file was also full of useless stuff.
2022-03-22init: don't pull packages from elpa.gnu.orgFranck Cuny1-2/+1
2022-03-22prog: format go buffer before savingFranck Cuny1-0/+1
2022-03-22commands: start refactoringFranck Cuny1-1/+46
2022-03-22work: manage work related functionsFranck Cuny3-5/+12
2022-03-22init: load custom commands lastFranck Cuny1-2/+2
2022-03-22prog: make flymake happyFranck Cuny1-33/+66
2022-03-22text: make flymake happyFranck Cuny1-0/+7
2022-03-22ui: make flymake happyFranck Cuny1-34/+21
2022-03-22tramp: make flymake happyFranck Cuny1-1/+8
2022-03-22org: make flymake happyFranck Cuny1-1/+9
2022-03-22navigation: make flymake happyFranck Cuny1-31/+7
2022-03-22git: make flymake happyFranck Cuny1-53/+7
2022-03-22flycheck: replaced by flymakeFranck Cuny1-14/+0
2022-03-22eshell: make flymake happyFranck Cuny1-15/+33
2022-03-22edit: make flymake happyFranck Cuny1-2/+10
2022-03-22vars: make flymake happyFranck Cuny1-1/+6
2022-03-22notmuch: make flymake happyFranck Cuny1-0/+7
2022-03-21conf: make it work with flymakeFranck Cuny1-10/+8
2022-03-21settings: make it work with flymakeFranck Cuny1-5/+10
2022-03-21init: address flymake feedbackFranck Cuny1-18/+25
2022-03-20puppet: we don't need this anymore!Franck Cuny2-8/+0
2022-03-17eglot: replace lsp-mode with eglotFranck Cuny1-78/+7
2022-03-04prog: add support for nixFranck Cuny1-0/+7
Enable the LSP for nix, and also ensure we're formatting the buffer when saving a buffer.
2022-03-04