Commit Graph

793 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 5819f1a6e8
[Emacs] Beginning to use EXWM
This commit also swaps two headers
2021-04-06 09:46:24 +02:00
Lucien Cartier-Tilet a21fae33c8
[Emacs] Move `require's to user-load Spacemacs function 2021-04-06 09:44:46 +02:00
Lucien Cartier-Tilet 3689587800
[Emacs] Config now correctly tangles without errors
Previously, some code relied on dash.el to generate some code when
tangling my Emacs config, but if Emacs was to be launched without an
up to date tangled configuration, it would attempt to automatically
tangle it. However, due to dash.el not being loaded, it could not find
some of the required functions.

This commit replaces these functions with handmade functions that can
be loaded at tangle-time, and tangling always works.
2021-04-06 09:40:36 +02:00
Lucien Cartier-Tilet 5b8ac32b15
[Fish] Stop searching packages automatically on wrong command 2021-04-04 12:10:48 +02:00
Lucien Cartier-Tilet 03438f6e91
[Fish] remove unused abbreviations 2021-04-04 12:10:32 +02:00
Lucien Cartier-Tilet 8d11177158
[Bin] add xrdb merge to autostart
Apparently my computer stopped doing that automatically
2021-04-04 12:09:10 +02:00
Lucien Cartier-Tilet bc67344ba6
[Emacs] Add restclient to the list of languages usable from org 2021-04-02 19:36:01 +02:00
Lucien Cartier-Tilet 3a72387e3e
[Emacs] Changing naming convention of custom functions and variables
Forward slashes in my persoranl variables and functions have been
replaced by dashes.
2021-04-02 19:36:01 +02:00
Lucien Cartier-Tilet be07d87e06
[Emacs] Hide code-generating code 2021-04-02 19:32:01 +02:00
Lucien Cartier-Tilet 6f8e85c65f
[sxiv] Add shotcut to copy a single image
The first image marked in sxiv will be the only one copied
2021-04-02 19:30:25 +02:00
Lucien Cartier-Tilet 3de5254050
[Bootstrap] Rework installed LaTeX packages
texlive installation should be lighter now
2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 5c1041241f
[Emacs] Fix order of appearance of elements in org code example 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet c8dea557eb
[Emacs] Add and reorganize ignored paths by recentf-mode 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 00d847bf09
[Emacs] Enable flycheck by default for emacs-lisp buffers 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 386cade963
[Emacs] Reorganize some headers, add phundrak/zip() 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet c6329ba8d8
[Emacs] Better settings for `lsp' layer, switch LSP server for Rust
`lsp-ui' and `lsp-lens' now enabled by default

Rust will now use as its LSP server rust-analyser rather than rls.
2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 78efbc027a
[AUR] Bump Emacs verion, SPEEEEEEEEEEEEEED 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet ab7988f1b6
[Fish] update `remove' abbreviation 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 8597280d17
[Bootstrap] Remove ly, update tangled script 2021-03-31 16:22:39 +02:00
Lucien Cartier-Tilet 8851cee936
Add custom PKGBUILDs 2021-03-27 22:01:05 +01:00
Lucien Cartier-Tilet 902b6d3f67
[Emacs] Reorganize custom functions and variables, update docstrings
Function terminal-here-default-terminal-command removed
2021-03-26 14:27:30 +01:00
Lucien Cartier-Tilet d866f0be65
[Misc] Update sitemap 2021-03-26 14:11:39 +01:00
Lucien Cartier-Tilet 562657cc19
[Emacs] Remove function phundrak/add-all-to-list 2021-03-26 14:10:43 +01:00
Lucien Cartier-Tilet 8173bfcb20
[yadm] update private files 2021-03-26 13:52:55 +01:00
Lucien Cartier-Tilet 81ecf5ce0a
[Awesome, Bin] formatting 2021-03-26 13:52:08 +01:00
Lucien Cartier-Tilet dcf42a9340
[Bin] `emacs' is now designed as a fallback for `emacsclient' 2021-03-26 13:51:22 +01:00
Lucien Cartier-Tilet 5088871487
[Emacs] Remove unused column 2021-03-26 13:51:02 +01:00
Lucien Cartier-Tilet 126f265281
[Emacs] Remove indent-guide-mode
It slows Emacs too much and isn’t all that useful actually
2021-03-26 13:50:25 +01:00
Lucien Cartier-Tilet 8995aeb881
[Emacs] Formatting 2021-03-26 13:50:10 +01:00
Lucien Cartier-Tilet 841f6b7f85
[Emacs] Give mu4e the ability to export mails to PDF again! 2021-03-26 13:49:22 +01:00
Lucien Cartier-Tilet 4f7927a5f7
[Emacs] New keybindings for image-mode, change eshell keybinding
The eshell keybinding changes from SPC o a ' to SPC o '

It is now possible to open an image from image-mode in GIMP directly
as well as rotate it.
2021-03-26 13:47:53 +01:00
Lucien Cartier-Tilet ffacd7d71a
[Emacs] Ignore some recent files 2021-03-26 13:47:19 +01:00
Lucien Cartier-Tilet d4aaecab9b
[Emacs] Better org-mode visuals
Now inline source blocks should be fontified

We should also have better LaTeX handling as well as markers
2021-03-26 13:46:17 +01:00
Lucien Cartier-Tilet 43b8263702
[Emacs] Add two new custom functions 2021-03-26 13:45:47 +01:00
Lucien Cartier-Tilet 3909031ae2
[Emacs] Add Scala layer, revert relative lines settings 2021-03-26 13:45:11 +01:00
Lucien Cartier-Tilet 774f69589a
[Emacs] org-appear now on MELPA 2021-03-26 13:41:11 +01:00
Lucien Cartier-Tilet 220b43aaf2
[bat] Add bat config 2021-03-10 13:19:39 +01:00
Lucien Cartier-Tilet fe66b43fbc
[sxiv] Add key handler for sxiv 2021-03-10 13:14:01 +01:00
Lucien Cartier-Tilet dd9d7476e3
[Git] default branches are now named main 2021-03-10 13:12:43 +01:00
Lucien Cartier-Tilet 5fbde0a564
[Emacs] update dotspacemacs 2021-03-10 13:12:27 +01:00
Lucien Cartier-Tilet ff83e3d226
[Bin] Move `set-screen` 2021-03-10 13:09:45 +01:00
Lucien Cartier-Tilet 7abf902e1d
[Bin] friendship with xidlehook ended xss-lock is my new best friend 2021-03-10 13:07:53 +01:00
Lucien Cartier-Tilet 1a97dc0884
[Fish] make man pages fancier
Add syntax highlight to man pages through bat
2021-03-10 13:07:00 +01:00
Lucien Cartier-Tilet fe5535b590
[Emacs] Change some mu4e settings, change org font
Mu4e:
- Set a better date format for mu4e than the American format
- Remove mu4e relying on w3m

Org:
- change the size of fixed font
- change variable-pitch font
2021-03-10 13:05:21 +01:00
Lucien Cartier-Tilet ce00baf6f6
[Emacs] Foud the culprit of Emacs not starting as a daemon
For some reason, roam support prevents Emacs to start as a daemon, so
I’ll remove it for now.
2021-03-10 13:03:31 +01:00
Lucien Cartier-Tilet f9a3bb7c13
Update private files 2021-03-01 12:08:00 +01:00
Lucien Cartier-Tilet 436d5759af
move neofetch out of wip 2021-02-10 21:01:14 +01:00
Lucien Cartier-Tilet ab051c8b35
[Emacs] Add email view with Xwidget webkit browser 2021-02-10 21:00:56 +01:00
Lucien Cartier-Tilet 87af1db5af
Revert "[Bin] Begin to fix wacom-setup, still bugged, see TODO"
This reverts commit 84de2cce7e.

Attempt to fix everything
2021-02-10 20:59:52 +01:00
Lucien Cartier-Tilet ea9a5a4d24
Revert "[Bin] Fix wacom-setup script, touchpad configs dropped"
This reverts commit 05a68817ea.
2021-02-10 20:39:16 +01:00