summary refs log tree commit diff
path: root/emacs/elisp (unfollow)
Commit message (Collapse)AuthorFilesLines
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: ne