summary refs log tree commit diff
path: root/emacs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ref(eshell): not sureFranck Cuny2023-01-311-2/+1
* fix(ui): re-indent correctlyFranck Cuny2023-01-311-3/+3
* feed: moar feedsFranck Cuny2023-01-311-0/+3
* ref(org-mode): a number of tweaksFranck Cuny2023-01-313-25/+15
* ref(eshell): remove unnecessary variablesFranck Cuny2023-01-221-10/+1
* ref(completion): replace corfu-doc with corfu-popupinfoFranck Cuny2023-01-221-4/+11
* fix(markdown): workaround related to imenuFranck Cuny2023-01-221-0/+8
* ref(ui): use standard-themeFranck Cuny2023-01-222-3/+33
* ref(packages): stop using straight.elFranck Cuny2023-01-222-76/+95
* ref(python): use ipython as the interpreterFranck Cuny2023-01-181-0/+1
* ref(ui): use the default color schemeFranck Cuny2023-01-182-19/+3
* feat(elfeed): more feedsFranck Cuny2023-01-181-3/+9
* fix(snippets/python): add the main functionFranck Cuny2023-01-181-0/+3
* feat(snippets/markdown): start a new blog entryFranck Cuny2023-01-181-0/+12
* ref(ui): switch back to simpler themes/fontsFranck Cuny2022-11-213-36/+4
* fix(eshell): don't set the color for the promptFranck Cuny2022-11-151-1/+2
* feat(org): enable variable-pitch-modeFranck Cuny2022-11-151-0/+1
* ref(ui): use a theme with nice colors and better fontFranck Cuny2022-11-152-4/+51
* fix(completion): follow the documentation for eshell integrationFranck Cuny2022-11-151-0/+17
* fix(eshell): don't set the foreground colorFranck Cuny2022-11-151-6/+1
* fix(eshell): use correct functionFranck Cuny2022-11-151-2/+2
* feat(envrc): add a new package: envrcFranck Cuny2022-11-132-0/+4
* ref(elisp/gerrit): remove module related to gerritFranck Cuny2022-11-132-77/+0
* ref(git): organize the module in settings, bindings and hooksFranck Cuny2022-10-241-7/+25
* fix(packages): remove tempelFranck Cuny2022-10-241-1/+0
* ref(eshell): remove the function `my/eshell-here'Franck Cuny2022-10-241-17/+0
* fix(eshell): remove two unused functionsFranck Cuny2022-10-241-48/+0
* fix(eshell): don't enable eshell's smart modeFranck Cuny2022-10-241-3/+0
* fix(eshell): drop the bookmark moduleFranck Cuny2022-10-242-4/+0
* fix(Emacs): don't restore GC settings after loading init.elFranck Cuny2022-10-241-3/+0
* ref(rust): use eglot for lspFranck Cuny2022-10-172-9/+2
* Revert "ref(rust): delete the module"Franck Cuny2022-10-171-0/+24
* ref(text): set abbrev-file-nameFranck Cuny2022-10-171-0/+1
* ref(lsp): switch from lsp-mode to eglotFranck Cuny2022-10-176-61/+33
* ref(prog): wrap comments at column 120Franck Cuny2022-10-171-2/+2
* ref(edit): reorganize the moduleFranck Cuny2022-10-171-12/+17
* ref(completion): remove vertico-multiform and reorganize the moduleFranck Cuny2022-10-171-21/+17
* ref(ui): remote the regex for uniquifyFranck Cuny2022-10-151-4/+0
* ref(navigation): re-organize the module and load packagesFranck Cuny2022-10-151-45/+31
* ref(flymake): add comments for the sectionsFranck Cuny2022-10-151-0/+3
* ref(text): group settings and require the modulesFranck Cuny2022-10-151-15/+19
* ref(rust): delete the moduleFranck Cuny2022-10-141-24/+0
* ref(python): use black when availableFranck Cuny2022-10-141-3/+7
* ref(org-mode): drop references to notmuchFranck Cuny2022-10-141-12/+0
* ref(text): use gfm-mode for README.md filesFranck Cuny2022-10-141-1/+7
* ref: don't coerce eldoc's buffer to a small windowFranck Cuny2022-10-141-1/+1
* ref: move flymake and eldoc configuration to their own librariesFranck Cuny2022-10-144-15/+45
* fix(prog/lsp): apply a number of fixes related to LSPFranck Cuny2022-09-243-59/+23
* feat(packages): install corfu-docFranck Cuny2022-09-242-0/+4
* feat(lang/nix): format the buffer on saveFranck Cuny2022-09-221-0/+5
* ref(completion): add more packages for completionFranck Cuny2022-09-175-12/+28
* feat(lang/nix): configure Emacs for nixFranck Cuny2022-09-172-0/+22
* ref(tree-sitter): move the configuration to its own fileFranck Cuny2022-09-173-10/+22
* feat(lang/rust): configure Emacs for rustFranck Cuny2022-09-172-0/+20
* ref(email): remove configuration for notmuchFranck Cuny2022-09-172-80/+0
* feat(lang/go): configure Emacs for goFranck Cuny2022-09-172-0/+31
* feat(lsp): configure lsp-mode for EmacsFranck Cuny2022-09-172-0/+28
* feat(lang/python): configure Emacs for pythonFranck Cuny2022-09-172-0/+18
* feat(packages): install all required packages via straightFranck Cuny2022-09-172-73/+78
* feat(packages): configure straight for managing packagesFranck Cuny2022-09-171-0/+14
* fix(prog): set python indentation to 4 spacesFranck Cuny2022-09-151-1/+1
* feat(UI): use the default themeFranck Cuny2022-09-071-15/+0
* feat(project): consider cargo's crate as projectFranck Cuny2022-09-071-0/+9
* feat(rust): add initial configuration for rustFranck Cuny2022-08-222-2/+9
* feat(feed): https://pluralistic.net/Franck Cuny2022-08-101-0/+1
* feat(org-mode): elisp links to these functions are safeFranck Cuny2022-07-071-0/+4
* feat(org-mode): reset check boxes for repeated tasksFranck Cuny2022-07-071-0/+22
* feat(org-mode): get rid of some custom functionFranck Cuny2022-07-071-19/+13
* feat(org-mode): add more TODO keywordsFranck Cuny2022-07-071-1/+2
* feat(org-mode): add a new file to the agenda: habits.orgFranck Cuny2022-07-071-3/+2
* feat(org-mode): add capture template for emailsFranck Cuny2022-07-072-4/+9
* feat(notmuch): tweak a bit more the configurationFranck Cuny2022-07-071-13/+57
* ref(elfeed): remove more feedsFranck Cuny2022-07-071-38/+1
* ref(elfeed): set the default search filter to 1 monthFranck Cuny2022-07-071-1/+1
* ref(elfeed): delete commented out codeFranck Cuny2022-07-071-63/+0
* ref(org): lower case for template menuFranck Cuny2022-07-021-4/+4
* feat(org): add a capture template for tasks related to mailFranck Cuny2022-07-021-0/+10
* feat(notmuch): define saved searchesFranck Cuny2022-07-021-1/+17
* ref(prog): clean up comment settingsFranck Cuny2022-06-271-2/+3
* fix(completion): load explicitly consultFranck Cuny2022-06-271-0/+1
* fix(prog): configure eglot for buffer formattingFranck Cuny2022-06-261-12/+14
* feat(prog): require go-modeFranck Cuny2022-06-261-7/+5
* feat(prog): enable tree-sitterFranck Cuny2022-06-262-0/+11
* fix(prog): simplify flymake's configuration to work with eglotFranck Cuny2022-06-261-11/+7
* feat(eshell): change the prompt to be like fishFranck Cuny2022-06-211-0/+31
* fix(prog): use gofmt to format go codeFranck Cuny2022-06-201-3/+4
* feat(prog): use nixpkgs-fmt to format nix codeFranck Cuny2022-06-201-0/+1
* fix(gerrit): use the correct URL in a commentFranck Cuny2022-06-071-1/+1
* feat(gerrit): load the new library for magit/GerritFranck Cuny2022-06-071-0/+1
* feat(gerrit): add transient options for git-push to work with GerritFranck Cuny2022-06-071-0/+76
* feat(tramp): add function to quickly ssh to a machineFranck Cuny2022-06-061-0/+12
* ref(elfeed): remove a bunch of feedsFranck Cuny2022-06-041-100/+10
* feat(dired): use `ls-lisp' with `dired'Franck Cuny2022-06-031-2/+5
* fix(settings): run `exec-path-from-shell' when we're on a macFranck Cuny2022-06-031-4/+4
* fix(emacs): specify where to store customizationsFranck Cuny2022-06-031-0/+7
* feat(project): add `go.mod' to the list of files that define a projectFranck Cuny2022-06-031-0/+14
* feat(eglot): use LSP to format go buffers instead of gofmtFranck Cuny2022-06-031-1/+3
* fix(yasnippet): add my snippets to default path and enable yas modeFranck Cuny2022-06-011-1/+8
* feat(cheeseboard): module to get the list of pizzas from cheeseboardFranck Cuny2022-05-312-0/+56
* fix(prog): add support for workspace module to goplsFranck Cuny2022-05-311-3/+5
* fix(git-extra): use cs.fcuny.xyz for my own repositoriesFranck Cuny2022-05-311-17/+25
* ref(text): replace dabbrev with hippie-expandFranck Cuny2022-05-191-4/+3
* feat(snippets): add a few more snippetsFranck Cuny2022-05-193-0/+13
* yas: change the default keybindingFranck Cuny2022-05-191-1/+5
* corfu: the function `corfu-global-mode` has been renamedFranck Cuny2022-05-191-1/+1
* feat: add a new snippet for org-modeFranck Cuny2022-05-171-0/+8
* snippets: for org-modeFranck Cuny2022-05-151-0/+7
* snippets: for go-modeFranck Cuny2022-05-153-0/+23
* snippets: configure the default pathFranck Cuny2022-05-151-0/+2
* snippets: header for elispFranck Cuny2022-05-151-0/+17
* elfeed: add back face for search-unreadFranck Cuny2022-05-121-1/+2
* elfeed: disable proportional fonts and use eww to render articleFranck Cuny2022-05-111-2/+18
* org: add a capture template for elfeedFranck Cuny2022-05-111-0/+5
* org: load `ox-md`Franck Cuny2022-05-101-0/+1
* my-uptime: rename the function to `my/uptime-is`Franck Cuny2022-05-101-3/+3
* my-uptime: new module to calculate availabilityFranck Cuny2022-05-043-1/+57
* elfeed: start refactoringFranck Cuny2022-04-301-85/+83
* elfeed: remove a bunch of feedsFranck Cuny2022-04-301-16/+0
* conf: swarp's metadata file is in YAMLFranck Cuny2022-04-291-4/+5
* my-text: add markdown to auto-modeFranck Cuny2022-04-291-0/+2
* git: bump the summary lenght to 70 charactersFranck Cuny2022-04-291-1/+1
* go: define command for compilingFranck Cuny2022-04-291-1/+7
* ignore a few more things with recentfFranck Cuny2022-04-291-1/+1
* don't specify where to write Emacs filesFranck Cuny2022-04-295-12/+0
* my-text: enable goto-address-modeFranck Cuny2022-04-291-0/+2
* truly no more use-packageFranck Cuny2022-04-281-1/+0
* `use-package' is not needed anymoreFranck Cuny2022-04-281-5/+0
* org: remove `use-package'Franck Cuny2022-04-281-186/+99
* further simplificationsFranck Cuny2022-04-283-94/+74
* init: ensure packages are installedFranck Cuny2022-04-271-3/+5
* ensure we store local files under var/Franck Cuny2022-04-272-0/+2
* my-navigation: sim-pli-fyFranck Cuny2022-04-271-46/+33
* my-ui: moreFranck Cuny2022-04-271-17/+16
* init: ensure packages are installedFranck Cuny2022-04-271-0/+4
* my-settings: more of the sameFranck Cuny2022-04-271-9/+6
* my-git: sim-pli-fyFranck Cuny2022-04-271-62/+21
* my-prog: enable electric-pair-modeFranck Cuny2022-04-272-4/+4
* my-prog: more simplificationFranck Cuny2022-04-271-126/+97
* my-conf: flyspell config is in my-testFranck Cuny2022-04-271-3/+0
* my-test: more simplificationFranck Cuny2022-04-271-10/+11
* my-conf: binding to format JSON buffersFranck Cuny2022-04-271-3/+10
* conf: simplifyFranck Cuny2022-04-262-46/+30
* edit: simplifyFranck Cuny2022-04-261-5/+2
* text: further simplificationFranck Cuny2022-04-261-7/+6
* tramp: simplify to speed upFranck Cuny2022-04-261-7/+4
* dired: simplify so we don't need to requireFranck Cuny2022-04-261-10/+4
* text: configure (d)abbrev modesFranck Cuny2022-04-201-0/+14
* remove the need for `use-package' in my-settings.elFranck Cuny2022-04-191-13/+15
* no need for `use-package' for a few more modesFranck Cuny2022-04-192-25/+16
* UI: remove completely `use-package'Franck Cuny2022-04-191-23/+16
* start to install packages without use-packageFranck Cuny2022-04-193-36/+48
* feed updateFranck Cuny2022-04-191-3/+1
* tramp: get rid of `use-package'Franck Cuny2022-04-181-9/+9
* UI: simplify the codeFranck Cuny2022-04-181-45/+31
* edit: remove usage of `use-package'Franck Cuny2022-04-181-35/+27
* dired: move configuration to its own moduleFranck Cuny2022-04-183-26/+20
* elfeed: new siteFranck Cuny2022-04-171-0/+1
* elfeed: capture an entry in org-modeFranck Cuny2022-04-172-2/+38
* delete authinfoFranck Cuny2022-04-171-0/+0
* add nix to the languages for github searchFranck Cuny2022-04-171-1/+1
* elfeed: store links without outlineFranck Cuny2022-04-171-209/+210
* ui: configure position for async shell bufferFranck Cuny2022-04-171-1/+1
* elfeed: enable elfeedFranck Cuny2022-04-172-0/+63
* elfeed: update list of feedsFranck Cuny2022-04-171-34/+225
* yas: elispFranck Cuny2022-04-162-0/+11
* ui: small adjustment with the themeFranck Cuny2022-04-161-2/+2
* emacs: where to save stateFranck Cuny2022-04-165-1/+11
* eshell: disable auto-completionFranck Cuny2022-04-161-7/+8
* completion: a few more changesFranck Cuny2022-04-161-10/+15
* add orderlessFranck Cuny2022-04-141-0/+6
* remove more ivy stuffFranck Cuny2022-04-141-9/+1
* replace company with corfuFranck Cuny2022-04-143-17/+27
* replace avy/counsel with vertico/consultFranck Cuny2022-04-146-48/+48
* conf: configure CSSFranck Cuny2022-04-081-0/+5
* git: add more forgesFranck Cuny2022-03-251-3/+7
* git: add back the forge packageFranck Cuny2022-03-251-0/+18
* prog: tweak configuration for goFranck Cuny2022-03-251-1/+14
* UI: simplify the theme configurationFranck Cuny2022-03-251-1/+1
* work: add function to search on sourcegraphFranck Cuny2022-03-251-0/+11
* mac: ensure exec-path-from-shell is installedFranck Cuny2022-03-251-0/+1
* ui: adjust theme for org-modeFranck Cuny2022-03-251-3/+4
* eshell: fix configurationFranck Cuny2022-03-251-1/+0
* web-extra: function to do a search on githubFranck Cuny2022-03-251-1/+12
* git-extra: fix docstringFranck Cuny2022-03-251-1/+1
* settings: simplify server / exec-path-from-shellFranck Cuny2022-03-251-7/+7
* packages: extra functions related to package.elFranck Cuny2022-03-242-0/+66
* ibuffer: simplify the configurationFranck Cuny2022-03-241-32/+1
* ui: configure display for xref buffersFranck Cuny2022-03-241-1/+1
* theme: improve readability a bitFranck Cuny2022-03-241-1/+13
* this should be the last mass refactorFranck Cuny2022-03-239-212/+145
* functions: move custom functions to librariesFranck Cuny2022-03-236-68/+64
* init: simplify loading librariesFranck Cuny2022-03-232-14/+17
* rename a few more librariesFranck Cuny2022-03-239-29/+35
* rename fcuny-org to my-orgFranck Cuny2022-03-232-22/+22
* rename fcuny-git to my-gitFranck Cuny2022-03-232-8/+6
* rename fcuny-text to my-textFranck Cuny2022-03-232-4/+4
* rename fcuny-edit to my-editFranck Cuny2022-03-232-14/+12
* rename fcuny-navigation to my-navigationFranck Cuny2022-03-232-7/+4
* rename fcuny-ui to my-uiFranck Cuny2022-03-232-4/+4
* rename fcuny-settings to my-settingsFranck Cuny2022-03-232-4/+4
* init: start to simplify the configurationFranck Cuny2022-03-231-54/+51
* settings: don't pull fcuny-vars anymoreFranck Cuny2022-03-231-3/+7
* init: don't pull packages from elpa.gnu.orgFranck Cuny2022-03-221-2/+1
* prog: format go buffer before savingFranck Cuny2022-03-221-0/+1
* commands: start refactoringFranck Cuny2022-03-221-1/+46
* work: manage work related functionsFranck Cuny2022-03-223-5/+12
* init: load custom commands lastFranck Cuny2022-03-221-2/+2
* prog: make flymake happyFranck Cuny2022-03-221-33/+66
* text: make flymake happyFranck Cuny2022-03-221-0/+7
* ui: make flymake happyFranck Cuny2022-03-221-34/+21
* tramp: make flymake happyFranck Cuny2022-03-221-1/+8
* org: make flymake happyFranck Cuny2022-03-221-1/+9
* navigation: make flymake happyFranck Cuny2022-03-221-31/+7
* git: make flymake happyFranck Cuny2022-03-221-53/+7
* flycheck: replaced by flymakeFranck Cuny2022-03-221-14/+0
* eshell: make flymake happyFranck Cuny2022-03-221-15/+33
* edit: make flymake happyFranck Cuny2022-03-221-2/+10
* vars: make flymake happyFranck Cuny2022-03-221-1/+6
* notmuch: make flymake happyFranck Cuny2022-03-221-0/+7
* conf: make it work with flymakeFranck Cuny2022-03-211-10/+8
* settings: make it work with flymakeFranck Cuny2022-03-211-5/+10
* init: address flymake feedbackFranck Cuny2022-03-211-18/+25
* puppet: we don't need this anymore!Franck Cuny2022-03-202-8/+0
* eglot: replace lsp-mode with eglotFranck Cuny2022-03-171-78/+7
* prog: add support for nixFranck Cuny2022-03-041-0/+7
* emacs: configure the font correctlyFranck Cuny2022-03-031-2/+5
* themes: add modus againFranck Cuny2022-03-031-3/+8
* authinfo: add github credsFranck Cuny2022-03-031-0/+0
* ui: set proper font size when running with pgktFranck Cuny2022-02-201-2/+2
* org: new capture for bookmarksFranck Cuny2022-02-031-0/+21
* clipboard: function to get clipboard's contentFranck Cuny2022-02-031-0/+19
* twitter: remove more unused codeFranck Cuny2022-02-032-21/+2
* org: journal's tree-type is dayFranck Cuny2022-02-031-1/+1
* twitter: remove pants checker/change work-machineFranck Cuny2022-02-031-12/+1
* python: no more aurora files :)Franck Cuny2022-02-031-2/+1
* twitter: delete twitter moduleFranck Cuny2022-02-032-14/+0
* project: replace projectile with project.elFranck Cuny2022-02-031-15/+11
* org: fix URL for JiraFranck Cuny2022-02-031-2/+1
* packages: configure gnuTLS' algorithmsFranck Cuny2022-02-031-0/+4
* config: the package is 'chef-mode'Franck Cuny2022-02-031-1/+1
* ui: increase font size for OSXFranck Cuny2022-02-031-1/+1
* projectile: initial configurationFranck Cuny2022-02-031-0/+17
* config: add package for chefFranck Cuny2022-02-031-0/+3
* config: add modes for hashistackFranck Cuny2022-02-031-0/+11
* git: configure sourcegraph for robloxFranck Cuny2022-02-031-3/+3
* magit: pull the proper packageFranck Cuny2022-02-031-12/+9
* git: ensure proper mode are usedFranck Cuny2022-02-021-0/+4
* org: clean up configFranck Cuny2022-01-311-15/+5
* emacs: clean up UIFranck Cuny2022-01-291-38/+0
* emacs: a more visible cursorFranck Cuny2022-01-291-1/+1