Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-08 | emacs: small tweaks to the theme | Franck Cuny | 1 | -2/+19 | |
2021-10-08 | emacs: updates for org-configuration | Franck Cuny | 1 | -0/+10 | |
2021-10-08 | emacs: add "git" section to ibuffer | Franck Cuny | 1 | -0/+3 | |
2021-10-08 | org: simplify templates for org-capture | Franck Cuny | 1 | -69/+32 | |
Let's not worry about synchronizing files between machines, since I want to dissociate work from personal stuff. Let's reduce the amount of files managed by org, and let's have fewer templates too. | |||||
2021-10-07 | emacs: once again, background | Franck Cuny | 1 | -0/+1 | |
2021-10-07 | git: remove old forge configuration | Franck Cuny | 1 | -1/+0 | |
Let's use HTTPS instead of SSH for all my projects. | |||||
2021-10-04 | git: configure forge properly | Franck Cuny | 2 | -1/+9 | |
I'm going to deprecate the SSH endpoint for gitea, and use HTTPS instead for accessing the repositories. For this, I need to configure properly the credential part for the different forges (github/gitea for now), and update the URL in the forge configuration for emacs. | |||||
2021-10-03 | emacs: add encrypted authinfo resource file | Franck Cuny | 2 | -0/+1 | |
Use it with the forge package. | |||||
2021-10-02 | emacs: load the required module | Franck Cuny | 1 | -0/+2 | |
2021-10-02 | emacs: set variables if they exist | Franck Cuny | 1 | -2/+4 | |
2021-10-02 | emacs: switch back to white for the background | Franck Cuny | 1 | -1/+0 | |
2021-09-29 | aspell: new words | Franck Cuny | 1 | -1/+2 | |
2021-09-29 | emacs: adding modus-themes (again) | Franck Cuny | 1 | -0/+18 | |
2021-09-29 | emacs: set variable only if it exists | Franck Cuny | 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. | |||||
2021-09-25 | emacs: more tweaks for notmuch | Franck Cuny | 1 | -1/+5 | |
2021-09-24 | emacs: some eshell tweaks | Franck Cuny | 1 | -3/+7 | |
2021-09-24 | emacs: set the path where to store compiled files | Franck Cuny | 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. | |||||
2021-09-24 | emacs: fix the configuration for notmuch | Franck Cuny | 1 | -0/+3 | |
We need a `provide` and we should only configure it if the binary is present. | |||||
2021-09-24 | emacs: add package eshell-bookmark | Franck Cuny | 1 | -0/+6 | |
2021-09-21 | emacs: initial configuration for notmuch | Franck Cuny | 2 | -0/+6 | |
2021-09-16 | emacs: use a light background | Franck Cuny | 1 | -0/+1 | |
Don't use plain white for the background, but a very light yellow color. | |||||
2021-09-09 | emacs: use default branch for sourcegraph | Franck Cuny | 1 | -2/+9 | |
Don't use the current branch when building a link to sourcegraph, as we might be on a feature branch that is not available on the remote. | |||||
2021-09-08 | Makefile: simplify the setup | Franck Cuny | 1 | -12/+40 | |
2021-09-08 | linux: remove configurations specific to linux | Franck Cuny | 18 | -477/+0 | |
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs. | |||||
2021-08-24 | emacs: get rid of mapping for sourcegraph | Franck Cuny | 1 | -5/+1 | |
Since the hostname from the git remote is appended to 'sourcegraph.twitter.biz', we can get rid of the mapping and just build the URL using `format`. This simplifies even more the solution. | |||||
2021-08-24 | emacs: move function for go-mode-compile | Franck Cuny | 1 | -5/+6 | |
The function needs to be defined before we use it in the `use-package` for go-mode. | |||||
2021-08-24 | emacs: fix hook syntax for lsp-mode | Franck Cuny | 1 | -1/+1 | |
2021-08-24 | emacs: add lsp-treemacs | Franck Cuny | 1 | -0/+5 | |
It's useful to show errors across a project | |||||
2021-08-24 | zsh: add settings for `gcloud` | Franck Cuny | 1 | -0/+6 | |
2021-08-24 | zsh: add `fly` to the path | Franck Cuny | 1 | -0/+5 | |
2021-08-24 | emacs: fix mapping for git-link and simplify code | Franck Cuny | 1 | -14/+5 | |
The mapping for git.twitter.biz was incorrect. The package `git-link' has functions to take to format the URL for sourcegraph, we don't need to maintain them on our end, which simplifies a bit the code. | |||||
2021-08-23 | emacs: git links to sourcegraph for work repo | Franck Cuny | 1 | -18/+26 | |
This article [1] shows how to use sourcegraph with the package `git-link'. However, it requires to modify the configuration of the repository to add a new remote named 'git-link'. This is inconvenient, and this can be automated. This change adds a function to automatically generate the remote URL when the remote origin of a repo is set to twitter.biz. We also add the configuration for our own gitea instance. [1] https://sideshowcoder.com/2020/07/02/opening-sourcegraph-from-emacs/ | |||||
2021-08-23 | emacs: use the package `forge' | Franck Cuny | 1 | -0/+8 | |
This packages help interacting with various forges. We add a new entry to the default list for our own gitea instance. | |||||
2021-08-23 | git: for new repo, use 'main' for default branch | Franck Cuny | 1 | -3/+4 | |
Sort branches by date. | |||||
2021-08-18 | backup: use the wireguard interface | Franck Cuny | 1 | -1/+1 | |
The restic REST server is running on the nas' wireguard interface, so we need to change the URL in our unit file. | |||||
2021-08-17 | README: update list of installed packages | Franck Cuny | 1 | -0/+15 | |
2021-08-08 | emacs: minor improvements for tramp | Franck Cuny | 1 | -1/+4 | |
2021-08-08 | emacs: add function to clone a git repository | Franck Cuny | 1 | -0/+8 | |
2021-08-05 | emacs: rename eshell buffer | Franck Cuny | 1 | -1/+6 | |
When creating a new buffer for eshell with `fcuny/eshell-here` rename the buffer using parts of the directory. | |||||
2021-08-05 | emacs: eshell smart display | Franck Cuny | 1 | -1/+9 | |
From https://www.masteringemacs.org/article/complete-guide-mastering-eshell | |||||
2021-08-05 | emacs: track command's execution time in eshel |