summary refs log tree commit diff
path: root/emacs/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* packages: extra functions related to package.elFranck Cuny2022-03-241-0/+1
|
* this should be the last mass refactorFranck Cuny2022-03-231-2/+4
|
* init: simplify loading librariesFranck Cuny2022-03-231-13/+16
|
* rename a few more librariesFranck Cuny2022-03-231-5/+5
|
* rename fcuny-org to my-orgFranck Cuny2022-03-231-1/+1
|
* rename fcuny-git to my-gitFranck Cuny2022-03-231-1/+1
|
* rename fcuny-text to my-textFranck Cuny2022-03-231-1/+1
|
* rename fcuny-edit to my-editFranck Cuny2022-03-231-1/+1
|
* rename fcuny-navigation to my-navigationFranck Cuny2022-03-231-1/+1
|
* rename fcuny-ui to my-uiFranck Cuny2022-03-231-1/+1
|
* rename fcuny-settings to my-settingsFranck Cuny2022-03-231-1/+1
|
* init: start to simplify the configurationFranck Cuny2022-03-231-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.orgFranck Cuny2022-03-221-2/+1
|
* work: manage work related functionsFranck Cuny2022-03-221-1/+2
|
* init: load custom commands lastFranck Cuny2022-03-221-2/+2
|
* init: address flymake feedbackFranck Cuny2022-03-211-18/+25
|
* twitter: delete twitter moduleFranck Cuny2022-02-031-1/+0
|
* packages: configure gnuTLS' algorithmsFranck Cuny2022-02-031-0/+4
| | | | Without that, I can't fetch packages from GNU's elpa on the mac.
* emacs: start a shell when configuration is loadedFranck Cuny2021-10-181-0/+4
| | | | | Once the initialization of our configuration is done, we start a shell session with `eshell'.
* emacs: set variable only if it existsFranck Cuny2021-09-291-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 filesFranck Cuny2021-09-241-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 notmuchFranck Cuny2021-09-211-0/+1
|
* emacs: initial configuration for trampFranck Cuny2021-02-121-0/+1
|
* emacs: rename the directoryFranck Cuny2021-01-041-0/+41