summary refs log tree commit diff
path: root/emacs/custom (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-29git: ignore more filesFranck Cuny1-0/+4
2022-04-29conf: swarp's metadata file is in YAMLFranck Cuny1-4/+5
2022-04-29my-text: add markdown to auto-modeFranck Cuny1-0/+2
2022-04-29git: bump the summary lenght to 70 charactersFranck Cuny1-1/+1
2022-04-29go: define command for compilingFranck Cuny1-1/+7
2022-04-29ignore a few more things with recentfFranck Cuny1-1/+1
2022-04-29don't specify where to write Emacs filesFranck Cuny6-12/+1
We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them.
2022-04-29my-text: enable goto-address-modeFranck Cuny1-0/+2
2022-04-28truly no more use-packageFranck Cuny1-1/+0
2022-04-28README: remove instructions for forgeFranck Cuny1-29/+0
2022-04-28`use-package' is not needed anymoreFranck Cuny1-5/+0
2022-04-28org: remove `use-package'Franck Cuny1-186/+99
2022-04-28further simplificationsFranck Cuny3-94/+74
2022-04-27init: ensure packages are installedFranck Cuny1-3/+5
2022-04-27ensure we store local files under var/Franck Cuny2-0/+2
2022-04-27my-navigation: sim-pli-fyFranck Cuny1-46/+33
2022-04-27my-ui: moreFranck Cuny1-17/+16
2022-04-27init: ensure packages are installedFranck Cuny1-0/+4
2022-04-27my-settings: more of the sameFranck Cuny1-9/+6
2022-04-27my-git: sim-pli-fyFranck Cuny1-62/+21
2022-04-27my-prog: enable electric-pair-modeFranck Cuny2-4/+4
2022-04-27my-prog: more simplificationFranck Cuny1-126/+97
2022-04-27my-conf: flyspell config is in my-testFranck Cuny1-3/+0
2022-04-27my-test: more simplificationFranck Cuny1-10/+11
2022-04-27my-conf: binding to format JSON buffersFranck Cuny1-3/+10
2022-04-26conf: simplifyFranck Cuny2-46/+30
2022-04-26edit: simplifyFranck Cuny1-5/+2
2022-04-26text: further simplificationFranck Cuny1-7/+6
2022-04-26tramp: simplify to speed upFranck Cuny1-7/+4
2022-04-26dired: simplify so we don't need to requireFranck Cuny1-10/+4
2022-04-20text: configure (d)abbrev modesFranck Cuny1-0/+14
2022-04-19remove the need for `use-package' in my-settings.elFranck Cuny1-13/+15
2022-04-19no need for `use-package' for a few more modesFranck Cuny2-25/+16
2022-04-19UI: remove completely `use-package'Franck Cuny1-23/+16
The modus themes are part of emacs now.
2022-04-19start to install packages without use-packageFranck Cuny3-36/+48
Define a list of packages in `init.el', and then use plain `require' in the various custom modules. The first two packages installed that way are: - notmuch - exec-path-from-shell
2022-04-19feed updateFranck Cuny1-3/+1
2022-04-18tramp: get rid of `use-package'Franck Cuny1-9/+9
2022-04-18UI: simplify the codeFranck Cuny1-45/+31
2022-04-18edit: remove usage of `use-package'Franck Cuny1-35/+27
2022-04-18dired: move configuration to its own moduleFranck Cuny3-26/+20
2022-04-17elfeed: new siteFranck Cuny1-0/+1
2022-04-17elfeed: capture an entry in org-modeFranck Cuny2-2/+38
2022-04-17delete authinfoFranck Cuny1-0/+0
2022-04-17add nix to the languages for github searchFranck Cuny1-1/+1
2022-04-17elfeed: store links without outlineFranck Cuny1-209/+210
2022-04-17ui: configure position for async shell bufferFranck Cuny1-1/+1
2022-04-17elfeed: enable elfeedFranck Cuny2-0/+63
2022-04-17elfeed: update list of feedsFranck Cuny1-34/+225
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-04Makefile: remove unused targetsFranck Cuny1-6/+2
2022-03-03emacs: configure the font correctlyFranck Cuny1-2/+5
2022-03-03themes: add modus againFranck Cuny1-3/+8
2022-03-03authinfo: add github credsFranck Cuny1-0/+0
2022-02-20ui: set proper font size when running with pgktFranck Cuny1-2/+2
As I'm slowly moving to wayland for the X server, I need to add pgkt to the possible list of window system (pgkt == pure gtk).
2022-02-03org: new capture for bookmarksFranck Cuny1-0/