summaryrefslogtreecommitdiff
path: root/emacs/custom (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-15fix(eshell): don't set the foreground colorFranck Cuny1-6/+1
2022-11-15fix(eshell): use correct functionFranck Cuny1-2/+2
2022-11-13feat(envrc): add a new package: envrcFranck Cuny1-0/+1
2022-10-24ref(git): organize the module in settings, bindings and hooksFranck Cuny1-7/+25
2022-10-24fix(packages): remove tempelFranck Cuny1-1/+0
2022-10-24ref(eshell): remove the function `my/eshell-here'Franck Cuny1-17/+0
2022-10-24fix(eshell): remove two unused functionsFranck Cuny1-48/+0
2022-10-24fix(eshell): don't enable eshell's smart modeFranck Cuny1-3/+0
2022-10-24fix(eshell): drop the bookmark moduleFranck Cuny2-4/+0
2022-10-17ref(rust): use eglot for lspFranck Cuny1-9/+1
2022-10-17Revert "ref(rust): delete the module"Franck Cuny1-0/+24
2022-10-17ref(text): set abbrev-file-nameFranck Cuny1-0/+1
2022-10-17ref(lsp): switch from lsp-mode to eglotFranck Cuny6-61/+33
2022-10-17ref(prog): wrap comments at column 120Franck Cuny1-2/+2
2022-10-17ref(edit): reorganize the moduleFranck Cuny1-12/+17
2022-10-17ref(completion): remove vertico-multiform and reorganize the moduleFranck Cuny1-21/+17
2022-10-15ref(ui): remote the regex for uniquifyFranck Cuny1-4/+0
2022-10-15ref(navigation): re-organize the module and load packagesFranck Cuny1-45/+31
2022-10-15ref(flymake): add comments for the sectionsFranck Cuny1-0/+3
2022-10-15ref(text): group settings and require the modulesFranck Cuny1-15/+19
2022-10-14ref(rust): delete the moduleFranck Cuny1-24/+0
2022-10-14ref(python): use black when availableFranck Cuny1-3/+7
2022-10-14ref(org-mode): drop references to notmuchFranck Cuny1-12/+0
2022-10-14ref(text): use gfm-mode for README.md filesFranck Cuny1-1/+7
2022-10-14ref: don't coerce eldoc's buffer to a small windowFranck Cuny1-1/+1
2022-10-14ref: move flymake and eldoc configuration to their own librariesFranck Cuny3-11/+40
2022-09-24fix(prog/lsp): apply a number of fixes related to LSPFranck Cuny3-59/+23
2022-09-24feat(packages): install corfu-docFranck Cuny2-0/+4
2022-09-22feat(lang/nix): format the buffer on saveFranck Cuny1-0/+5
2022-09-17ref(completion): add more packages for completionFranck Cuny5-12/+28
2022-09-17feat(lang/nix): configure Emacs for nixFranck Cuny1-0/+21
2022-09-17ref(tree-sitter): move the configuration to its own fileFranck Cuny2-10/+21
2022-09-17feat(lang/rust): configure Emacs for rustFranck Cuny1-0/+19
2022-09-17ref(email): remove configuration for notmuchFranck Cuny1-79/+0
2022-09-17feat(lang/go): configure Emacs for goFranck Cuny1-0/+30
2022-09-17feat(lsp): configure lsp-mode for EmacsFranck Cuny1-0/+27
2022-09-17feat(lang/python): configure Emacs for pythonFranck Cuny1-0/+16
2022-09-17feat(packages): install all required packages via straightFranck Cuny1-0/+76
2022-09-15fix(prog): set python indentation to 4 spacesFranck Cuny1-1/+1
2022-09-07feat(UI): use the default themeFranck Cuny1-15/+0
2022-09-07feat(project): consider cargo's crate as projectFranck Cuny1-0/+9
2022-08-22feat(rust): add initial configuration for rustFranck Cuny1-1/+6
2022-07-07feat(org-mode): elisp links to these functions are safeFranck Cuny1-0/+4
2022-07-07feat(org-mode): reset check boxes for repeated tasksFranck Cuny1-0/+22
2022-07-07feat(org-mode): get rid of some custom functionFranck Cuny1-19/+13
2022-07-07feat(org-mode): add more TODO keywordsFranck Cuny1-1/+2
2022-07-07feat(org-mode): add a new file to the agenda: habits.orgFranck Cuny1-3/+2
2022-07-07feat(org-mode): add capture template for emailsFranck Cuny1-4/+8
2022-07-07feat(notmuch): tweak a bit more the configurationFranck Cuny1-13/+57
2022-07-07ref(elfeed): set the default search filter to 1 monthFranck Cuny1-1/+1
2022-07-07ref(elfeed): delete commented out codeFranck Cuny1-63/+0
2022-07-02ref(org): lower case for template menuFranck Cuny1-4/+4
2022-07-02feat(org): add a capture template for tasks related to mailFranck Cuny1-0/+10
2022-07-02feat(notmuch): define saved searchesFranck Cuny1-1/+17
2022-06-27ref(prog): clean up comment settingsFranck Cuny1-2/+3
2022-06-27fix(completion): load explicitly consultFranck Cuny1-0/+1
2022-06-26fix(prog): configure eglot for buffer formattingFranck Cuny1-12/+14
2022-06-26feat(prog): require go-modeFranck Cuny1-7/+5
2022-06-26feat(prog): enable tree-sitterFranck Cuny1-0/+9
2022-06-26fix(prog): simplify flymake's configuration to work with eglotFranck Cuny1-11/+7
2022-06-21feat(eshell): change the prompt to be like fishFranck Cuny1-0/+31
2022-06-20fix(prog): use gofmt to format go codeFranck Cuny1-3/+4
2022-06-20feat(prog): use nixpkgs-fmt to format nix codeFranck Cuny1-0/+1
2022-06-06feat(tramp): add function to quickly ssh to a machineFranck Cuny1-0/+12
2022-06-03feat(dired): use `ls-lisp' with `dired'Franck Cuny1-2/+5
2022-06-03fix(settings): run `exec-path-from-shell' when we're on a macFranck Cuny1-4/+4
2022-06-03feat(project): add `go.mod' to the list of files that define a projectFranck Cuny1-0/+14
2022-06-03feat(eglot): use LSP to format go buffers instead of gofmtFranck Cuny1-1/+3
2022-06-01fix(yasnippet): add my snippets to default path and enable yas modeFranck Cuny1-1/+8
2022-05-31fix(prog): add support for workspace module to goplsFranck Cuny1-3/+5
2022-05-19ref(text): replace dabbrev with hippie-expandFranck Cuny1-4/+3
2022-05-19yas: change the default keybindingFranck Cuny1-1/+5
2022-05-19corfu: the function `corfu-global-mode` has been renamedFranck Cuny1-1/+1
2022-05-15snippets: configure the default pathFranck Cuny1-0/+2
2022-05-12elfeed: add back face for search-unreadFranck Cuny1-1/+2
2022-05-11elfeed: disable proportional fonts and use eww to render articleFranck Cuny1-2/+18
2022-05-11org: add a capture template for elfeedFranck Cuny1-0/+5
2022-05-10org: load `ox-md`Franck Cuny1-0/+1
2022-05-04my-uptime: new module to calculate availabilityFranck Cuny1-1/+1
2022-04-30elfeed: start refactoringFranck Cuny1-85/+83
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 Cuny5-12/+0
2022-04-29my-text: enable goto-address-modeFranck Cuny1-0/+2
2022-04-28org: remove `use-package'Franck Cuny1-186/+99
2022-04-28further simplificationsFranck Cuny2-94/+66
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-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 Cuny1-41/+12
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 Cuny1-24/+14
2022-04-19UI: remove completely `use-package'Franck Cuny1-23/+16
2022-04-19start to install packages without use-packageFranck Cuny2-19/+15
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 Cuny2-26/+19
2022-04-17elfeed: capture an entry in org-modeFranck Cuny2-2/+38
2022-04-17ui: configure position for async shell bufferFranck Cuny1-1/+1
2022-04-17elfeed: enable elfeedFranck Cuny1-0/+62
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 Cuny5-48/+47
2022-04-08conf: configure CSSFranck Cuny1-0/+5
2022-03-25git: add more forgesFranck Cuny1-3/+7
2022-03-25git: add back the forge packageFranck Cuny1-0/+18
2022-03-25prog: tweak configuration for goFranck Cuny1-1/+14
2022-03-25UI: simplify the theme configurationFranck Cuny1-1/+1
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-25settings: simplify server / exec-path-from-shellFranck Cuny1-7/+7
2022-03-24ibuffer: simplify the configurationFranck Cuny1-32/+1
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 Cuny4-114/+73
2022-03-23functions: move custom functions to librariesFranck Cuny2-66/+0
2022-03-23rename a few more librariesFranck Cuny8-24/+30
2022-03-23rename fcuny-org to my-orgFranck Cuny1-21/+21
2022-03-23rename fcuny-git to my-gitFranck Cuny1-7/+5
2022-03-23rename fcuny-text to my-textFranck Cuny1-3/+3
2022-03-23rename fcuny-edit to my-editFranck Cuny1-13/+11
2022-03-23rename fcuny-navigation to my-navigationFranck Cuny1-6/+3
2022-03-23rename fcuny-ui to my-uiFranck Cuny1-3/+3
2022-03-23rename fcuny-settings to my-settingsFranck Cuny1-3/+3
2022-03-23settings: don't pull fcuny-vars anymoreFranck Cuny1-3/+7
2022-03-22prog: format go buffer before savingFranck Cuny1-0/+1
2022-03-22work: manage work related functionsFranck Cuny1-4/+0
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-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
2022-03-03emacs: configure the font correctlyFranck Cuny1-2/+5
2022-03-03themes: add modus againFranck Cuny1-3/+8
2022-02-20ui: set proper font size when running with pgktFranck Cuny1-2/+2
2022-02-03org: new capture for bookmarksFranck Cuny1-0/+21
2022-02-03twitter: remove more unused codeFranck Cuny1-15/+2
2022-02-03org: journal's tree-type is dayFranck Cuny1-1/+1
2022-02-03twitter: remove pants checker/change work-machineFranck Cuny1-12/+1
2022-02-03python: no more aurora files :)Franck Cuny1-2/+1
2022-02-03twitter: delete twitter moduleFranck Cuny1-13/+0
2022-02-03project: replace projectile with project.elFranck Cuny1-15/+11
2022-02-03org: fix URL for JiraFranck Cuny1-2/+1
2022-02-03config: the package is 'chef-mode'Franck Cuny1-1/+1
2022-02-03ui: increase font size for OSXFranck Cuny1-1/+1
2022-02-03projectile: initial configurationFranck Cuny1-0/+17
2022-02-03config: add package for chefFranck Cuny1-0/+3
2022-02-03config: add modes for hashistackFranck Cuny1-0/+11
2022-02-03git: configure sourcegraph for robloxFranck Cuny1-3/+3
2022-02-03magit: pull the proper packageFranck Cuny1-12/+9
2022-02-02git: ensure proper mode are usedFranck Cuny1-0/+4
2022-01-31org: clean up configFranck Cuny1-15/+5
2022-01-29emacs: clean up UIFranck Cuny1-38/+0
2022-01-29emacs: a more visible cursorFranck Cuny1-1/+1
2022-01-21eshell: run `ls -l` after entering a directoryFranck Cuny1-0/+2
2022-01-14emacs: remove configuration for hl-modeFranck Cuny1-7/+7
2022-01-14emacs: slightly bigger font on linuxFranck Cuny1-1/+1
2022-01-14emacs: done with modus-themes againFranck Cuny1-30/+32
2022-01-14emacs: simplify git/magit configurationFranck Cuny2-67/+1
2021-12-20emacs: stop using org-superstarFranck Cuny1-5/+0
2021-12-18eshell: add the host's name in the promptFranck Cuny1-2/+3
2021-11-29emacs: enable camel case option for spell checkFranck Cuny1-0/+1
2021-11-29emacs: font settingsFranck Cuny1-4/+2
2021-11-29emacs: try to fix promptFranck Cuny1-3/+3
2021-11-15emacs: configure how to handle man pagesFranck Cuny1-0/+4
2021-11-15emacs: add buffer configuration for man pagesFranck Cuny1-4/+9
2021-11-07emacs: simplify the modelineFranck Cuny1-11/+17
2021-10-27emacs: split horizontally to create eshell bufferFranck Cuny1-3/+2
2021-10-27eshell: open file at pointFranck Cuny1-1/+22
2021-10-27emacs: use powerlineFranck Cuny1-17/+9
2021-10-27emacs: add lispyFranck Cuny1-0/+6
2021-10-27emacs: different magit setup for work/personalFranck Cuny1-40/+61
2021-10-26emacs: enable a couple of hooks for systemd-modeFranck Cuny1-1/+3
2021-10-25emacs: disable mouse-overs for the modelineFranck Cuny1-0/+4
2021-10-25emacs: set world-clock only when variables existFranck Cuny1-3/+10
2021-10-25emacs: override the background for the themeFranck Cuny1-1/+2
2021-10-25emacs: navigation related changesFranck Cuny1-9/+11
2021-10-21emacs: configure world-clockFranck Cuny1-9/+16
2021-10-21emacs: adjust timezone informationFranck Cuny1-3/+6
2021-10-21emacs: slightly smaller font for linuxFranck Cuny1-1/+1
2021-10-21emacs: almost white backgroundFranck Cuny1-0/+1
2021-10-20emacs: changes to the UIFranck Cuny1-5/+43
2021-10-20emacs: add alias for ls -lFranck Cuny1-0/+1
2021-10-18emacs: remove deprecated variableFranck Cuny1-1/+0
2021-10-18emacs: select help buffer when it opensFranck Cuny2-0/+12
2021-10-18emacs: start a shell when configuration is loadedFranck Cuny1-0/+6
2021-10-17emacs: set eshell-prompt-regexpFranck Cuny1-0/+1
2021-10-17emacs: add a "shell" section to ibufferFranck Cuny1-0/+1
2021-10-17emacs: different prompt when on a remote hostFranck Cuny1-3/+7
2021-10-17emacs: add binding for counsel-esh-historyFranck Cuny1-1/+2
2021-10-17emacs: custom prompt for eshellFranck Cuny1-0/+33
2021-10-17emacs: add function to export eshell outputFranck Cuny1-1/+32
2021-10-17emacs: set `eshell-cd-on-directory` to trueFranck Cuny1-0/+1
2021-10-17emacs: add a few more aliases to eshellFranck Cuny1-1/+8
2021-10-17emacs: be explicit about eshell modules we loadFranck Cuny1-4/+26
2021-10-16fcuny: remove unused org functionsFranck Cuny1-1/+0
2021-10-16org: be specific about the refile targetsFranck Cuny1-1/+3
2021-10-16emacs: get rid of the fringeFranck Cuny1-2/+7
2021-10-16emacs: replace org-bullets with org-superstarFranck Cuny1-2/+2
2021-10-16org: define TODO keywords as a sequenceFranck Cuny1-1/+1
2021-10-11emacs: strict regex for PROJECT fileFranck Cuny1-1/+1
2021-10-11org: active timestamp in drawer for note/journalFranck Cuny1-2/+2
2021-10-11org: active timestamp for journal and note entriesFranck Cuny1-2/+2
2021-10-11org: save org buffers after refillFranck Cuny1-0/+6
2021-10-11org: mostly rewrite configuration for the agendaFranck Cuny1-49/+44
2021-10-11emacs: tweak the UIFranck Cuny1-13/+7
2021-10-11emacs: set org-directory with other variablesFranck Cuny1-0/+5
2021-10-08emacs: notmuch's tags for archiving emailsFranck Cuny1-1/+2
2021-10-08emacs: small tweaks to the themeFranck Cuny1-2/+19
2021-10-08emacs: updates for org-configurationFranck Cuny1-0/+10
2021-10-08emacs: add "git" section to ibufferFranck Cuny1-0/+3
2021-10-08org: simplify templates for org-captureFranck Cuny1-69/+32
2021-10-07emacs: once again, backgroundFranck Cuny1-0/+1
2021-10-07git: remove old forge configurationFranck Cuny1-1/+0
2021-10-04git: configure forge properlyFranck Cuny1-1/+2
2021-10-03emacs: add encrypted authinfo resource fileFranck Cuny1-0/+1