Commit Graph

1653 Commits

Author SHA1 Message Date
94a3a274dd
[Mimeapps] Add FBReader as default mobi files reader 2023-05-14 13:17:36 +02:00
1e09261192
[Emacs] For some reason, I cannot install eask packages anymore
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-20 23:01:21 +02:00
13e4332af2
[Emacs] Workaround for mu4e 1.10, waiting for evil-collection 2023-04-20 23:00:10 +02:00
f9401e0b12
[Emacs] Remove mastodon-alt, update and fix some mastodon keybinds 2023-04-20 22:59:28 +02:00
89a248a03c
[StumpWM] Add convenience commands for when at work 2023-04-19 13:58:52 +02:00
b3309591dc
[Misc] Move code directory out of Documents 2023-04-19 13:58:15 +02:00
d6b802f059
[Emacs] add :package specification on some keybinds 2023-04-12 15:09:49 +02:00
511d0f8f38
[Emacs] Make smartparens a git package 2023-04-12 14:01:29 +02:00
45c046ce23
[Emacs] Remove unused aliases, add better less and bat altenative 2023-04-12 14:00:49 +02:00
5173238e01
[misc] Add podman compose to PATH 2023-04-12 13:58:40 +02:00
627de377b4
[Emacs] update mastodon instance
All checks were successful
continuous-integration/drone/push Build is passing
I switched from @phundrak@fosstodon.org to @phundrak@emacs.ch
2023-03-31 09:37:55 +02:00
00b00407b6
[fish] Run all commands in work abbr regardless whether they succeed
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-29 10:07:29 +02:00
ac9e161129
[sway,bin] Better swaybar
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-27 13:21:42 +02:00
494ecac073
[ssh] Add https auth method for Gitea and Github
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-27 10:03:17 +02:00
a3232ccfd9
[Emacs] Load lsp-ltex after lsp-mode 2023-03-27 10:01:37 +02:00
b4c419d852
[Emacs] Make Magit use authinfo to authenticate through HTTPS 2023-03-27 10:00:52 +02:00
20e89e938f
[Emacs] fix eshell-banner-config configuration 2023-03-27 10:00:34 +02:00
4abe217eed
[sway] Nicer font in swaybar 2023-03-27 09:59:04 +02:00
e201a060e6
[sway] Alignment 2023-03-27 09:58:44 +02:00
e3289051ef
[sway] More sensible screenshot shortcuts 2023-03-27 09:58:15 +02:00
2f4f9cb30d
[sway] Add keybind for locking screen 2023-03-27 09:57:45 +02:00
0c0a2363f6
[sway] In windows mode, immediately return to default mode
Unless entering resize mode
2023-03-27 09:57:11 +02:00
46a05e7226
[StumpWM] Don’t force Nemo on a workspace anymore
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-22 10:43:11 +01:00
a500b1eaec
[mimeapps] remove unused schema
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-20 17:21:18 +01:00
29a1990a8d
[Sway] Map my tablet to my HDMI screen 2023-03-20 17:20:33 +01:00
a10f3d0479
[Sway] Harmonize keybindings with my other WMs 2023-03-20 17:20:11 +01:00
86101c7cca
[Bootstrap] Replace scrot with flameshot 2023-03-20 17:19:48 +01:00
97c74e22c0
[Emacs] Add lsp-ltex, add doc for writegood-mode 2023-03-20 17:19:31 +01:00
696c7cff3e
[Emacs] Simpler self-screenshot function 2023-03-20 17:19:15 +01:00
3b301d3bb6
[Fish] Change chill abbrev’s source of music 2023-03-20 17:18:59 +01:00
a0d774da82
[Fish] Less latency in mpv in webcam abbreviations 2023-03-20 17:18:38 +01:00
cb35ae2d73
[Fish] Add abbrev for setting up screens at work 2023-03-20 17:18:11 +01:00
81cd095d08
[org files] Grammar 2023-03-20 17:17:57 +01:00
f790423cca
[Misc] Change location of local variable in gitconfig
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-14 11:44:49 +01:00
70f7fae3af
[Emacs] Better variable customization in eshell-info-banner config 2023-03-14 11:12:30 +01:00
04117fb5a9
[Emacs] Nicer faces for eshell-info-banner with my current theme 2023-03-14 11:02:29 +01:00
93c3e1cdae
[Bin] Fix plock under X11 2023-03-14 11:02:11 +01:00
7e10020cc3
[Sway] Add shortcut to take region screenshot and copy in clipboard
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-11 18:57:32 +01:00
daca7f41ff
[Emacs] Fix org-file export for CI
On older org-mode versions, org lists are lists of lists of only one
element, so that

    - a
    - b
    - c

translates as

    (("a") ("b") ("c"))

But in more recent versions, the same list translates as

    ("a" "b" "c")

This commit handles both situations, as my local Emacs version follows
the latter behaviour but the Emacs version available in my CI workflow
follows the former behaviour.
2023-03-11 18:57:32 +01:00
a55dec76db
[Kitty] Change layout order to better fit my needs 2023-03-11 18:32:24 +01:00
b6ce065c83
[PKGBUILD] Freeze Emacs for Magit bug workaround
Some checks failed
continuous-integration/drone/push Build is failing
Due to https://github.com/magit/magit/issues/4720 and
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62093, freeze Emacs
version at commit
0214e9021b
2023-03-10 23:31:01 +01:00
a389169420
[Emacs] Fix code-generating Elisp 2023-03-10 23:30:45 +01:00
ad6d235132
[Mimeapps] Add teams schema handler 2023-03-10 23:29:51 +01:00
f6772efd86
[Emacs] Add global keybinds for compile and recompile 2023-03-10 15:34:19 +01:00
b4d27af37a
[Emacs] Remove directory from ivy-quick-find-files lookup places 2023-03-10 15:33:41 +01:00
5918d9d756
[Emacs] Remove some prettified symbols 2023-03-10 15:33:20 +01:00
a1fbe5d2f8
[Emacs] Cleaner elisp-mode configuration 2023-03-10 15:32:55 +01:00
aeefc83ac6
[Emacs] Add sdlang-mode for Zellij configuration 2023-03-10 15:32:32 +01:00
a226f325d3
[Emacs] Better dap-mode config, better documentation 2023-03-10 15:32:10 +01:00
0e4c6c6c4b
[Emacs] Simplify lsp-treemacs config, replace obsolete command 2023-03-10 15:30:17 +01:00