Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | my-uptime: new module to calculate availability | Franck Cuny | 2022-05-04 | 1 | -0/+1 |
| | | | | | For a given SLO, calculate what's the allowed downtime for different time period. | ||||
* | truly no more use-package | Franck Cuny | 2022-04-28 | 1 | -1/+0 |
| | |||||
* | `use-package' is not needed anymore | Franck Cuny | 2022-04-28 | 1 | -5/+0 |
| | |||||
* | further simplifications | Franck Cuny | 2022-04-28 | 1 | -0/+8 |
| | |||||
* | init: ensure packages are installed | Franck Cuny | 2022-04-27 | 1 | -3/+5 |
| | |||||
* | init: ensure packages are installed | Franck Cuny | 2022-04-27 | 1 | -0/+4 |
| | |||||
* | conf: simplify | Franck Cuny | 2022-04-26 | 1 | -5/+18 |
| | |||||
* | no need for `use-package' for a few more modes | Franck Cuny | 2022-04-19 | 1 | -1/+2 |
| | |||||
* | start to install packages without use-package | Franck Cuny | 2022-04-19 | 1 | -17/+33 |
| | | | | | | | | | 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 | ||||
* | dired: move configuration to its own module | Franck Cuny | 2022-04-18 | 1 | -0/+1 |
| | |||||
* | elfeed: enable elfeed | Franck Cuny | 2022-04-17 | 1 | -0/+1 |
| | |||||
* | replace avy/counsel with vertico/consult | Franck Cuny | 2022-04-14 | 1 | -0/+1 |
| | |||||
* | packages: extra functions related to package.el | Franck Cuny | 2022-03-24 | 1 | -0/+1 |
| | |||||
* | this should be the last mass refactor | Franck Cuny | 2022-03-23 | 1 | -2/+4 |
| | |||||
* | init: simplify loading libraries | Franck Cuny | 2022-03-23 | 1 | -13/+16 |
| | |||||
* | rename a few more libraries | Franck Cuny | 2022-03-23 | 1 | -5/+5 |
| | |||||
* | rename fcuny-org to my-org | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | rename fcuny-git to my-git | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | rename fcuny-text to my-text | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | rename fcuny-edit to my-edit | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | rename fcuny-navigation to my-navigation | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | rename fcuny-ui to my-ui | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | rename fcuny-settings to my-settings | Franck Cuny | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | init: start to simplify the configuration | Franck Cuny | 2022-03-23 | 1 | -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. | ||||
* | init: don't pull packages from elpa.gnu.org | Franck Cuny | 2022-03-22 | 1 | -2/+1 |
| | |||||
* | work: manage work related functions | Franck Cuny | 2022-03-22 | 1 | -1/+2 |
| | |||||
* | init: load custom commands last | Franck Cuny | 2022-03-22 | 1 | -2/+2 |
| | |||||
* | init: address flymake feedback | Franck Cuny | 2022-03-21 | 1 | -18/+25 |
| | |||||
* | twitter: delete twitter module | Franck Cuny | 2022-02-03 | 1 | -1/+0 |
| | |||||
* | packages: configure gnuTLS' algorithms | Franck Cuny | 2022-02-03 | 1 | -0/+4 |
| | | | | Without that, I can't fetch packages from GNU's elpa on the mac. | ||||
* | emacs: start a shell when configuration is loaded | Franck Cuny | 2021-10-18 | 1 | -0/+4 |
| | | | | | Once the initialization of our configuration is done, we start a shell session with `eshell'. | ||||
* | emacs: set variable only if it exists | Franck Cuny | 2021-09-29 | 1 | -1/+2 |
| | | | | | | The emacs version on arch does not yet have support for native code compilation, so I need to check that the variable exists before using it. | ||||
* | emacs: set the path where to store compiled files | Franck Cuny | 2021-09-24 | 1 | -0/+3 |
| | | | | | Emacs 28 has support for native compilation which speeds up a number of packages. This change set the path where we want to store the files. | ||||
* | emacs: initial configuration for notmuch | Franck Cuny | 2021-09-21 | 1 | -0/+1 |
| | |||||
* | emacs: initial configuration for tramp | Franck Cuny | 2021-02-12 | 1 | -0/+1 |
| | |||||
* | emacs: rename the directory | Franck Cuny | 2021-01-04 | 1 | -0/+41 |