Commit Graph

895 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet e918a346fc
[Emacs] No need to defer loading recentf
continuous-integration/drone/push Build is passing Details
Recentf is used as soon as Emacs is created, no need to defer it and
its configuration.
2021-12-27 13:46:27 +01:00
Lucien Cartier-Tilet fe423e421a
[Emacs] Fix loading `ob-latex-as-png' 2021-12-27 13:46:27 +01:00
Lucien Cartier-Tilet 290c07d741
[Emacs] Widen inline images in org-mode 2021-12-27 13:46:27 +01:00
Lucien Cartier-Tilet 1f38d7a68c
[Emacs] Use DBus calls instead of shell commands 2021-12-27 13:46:27 +01:00
Lucien Cartier-Tilet 91b06ee7b1
[Emacs] Fix commit f5a9608
f5a9608 introduces a bug which prevents the font from being applied if
Emacs is started as a server through systemd, since it does not start
in GUI mode. This commit fixes this behavior by applying the
user-defined font when a new frame is created since the new frame
might be in GUI mode.
2021-12-27 13:46:23 +01:00
Lucien Cartier-Tilet 413ecb2d2b
[Emacs] Add Emacs debugging shortcuts
continuous-integration/drone/push Build is passing Details
2021-12-26 14:51:36 +01:00
Lucien Cartier-Tilet f5a9608420
[Emacs] Better font configuration 2021-12-26 14:51:20 +01:00
Lucien Cartier-Tilet bf9935d309
[Fish, Bootstrap] Remove unneeded fish extensions
Zoxide and Starship now replace z and bobthefish respectively
2021-12-25 21:32:49 +01:00
Lucien Cartier-Tilet 66475c058c
[StumpWM] Add keybinding for qutebrowser
continuous-integration/drone/push Build is passing Details
2021-12-20 15:25:16 +01:00
Lucien Cartier-Tilet 6b1c2afe08
[Emacs] Add counsel keybindings, fix typo 2021-12-20 15:24:57 +01:00
Lucien Cartier-Tilet a5785847f7
[Emacs] Add recentf configuration 2021-12-20 12:03:35 +01:00
Lucien Cartier-Tilet 82bef92274
[Fish, Starship] Lisp module is displayed a bit more nicely
continuous-integration/drone/push Build is passing Details
2021-12-20 11:37:09 +01:00
Lucien Cartier-Tilet fc85c94a76
[Emacs] Move paragraphs down
It just makes a bit more sense to me.
2021-12-20 11:36:39 +01:00
Lucien Cartier-Tilet 4803c106b0
[Emacs] Create directory if it does not exist
continuous-integration/drone/push Build is passing Details
2021-12-19 15:24:43 +01:00
Lucien Cartier-Tilet e7b8610387
[Emacs] Replace modern `string-join' with `mapconcat'
continuous-integration/drone/push Build is passing Details
2021-12-19 13:00:26 +01:00
Lucien Cartier-Tilet 44c47b9841
[Emacs] Remove deprecated org ELPA
continuous-integration/drone/push Build is passing Details
2021-12-19 11:12:59 +01:00
Lucien Cartier-Tilet 725233bd4b
[StumpWM] Change direction powerline in mode-line, update screenshot
continuous-integration/drone/push Build is passing Details
2021-12-18 14:26:29 +01:00
Lucien Cartier-Tilet 7195f92017
[Fish] Switch to starship shell prompt
continuous-integration/drone/push Build is passing Details
2021-12-18 11:54:32 +01:00
Lucien Cartier-Tilet c5d1c964cf
[Fish] Delete mostly broken code, replace with custom utility
continuous-integration/drone/push Build is passing Details
2021-12-17 18:41:03 +01:00
Lucien Cartier-Tilet 2dfabd7d56
[StumpWM] Move xinitrc files to their respective .org file
continuous-integration/drone/push Build is passing Details
Move .xinitrc.emacs to emacs.org
Move .xinitrc.stumpwm to stumpwm.org
Move .xinitrc.awesome to Deprecated/awesome.org
2021-12-17 17:08:28 +01:00
Lucien Cartier-Tilet 0e86789285
[Emacs] Better LSP setup, restore lua-mode 2021-12-17 16:56:17 +01:00
Lucien Cartier-Tilet ac04636e54
[Emacs] Better bépo support with Evil 2021-12-17 16:42:14 +01:00
Lucien Cartier-Tilet 294411d73b
[Emacs] Remove useless lines of code 2021-12-17 16:30:44 +01:00
Lucien Cartier-Tilet 87ce209298
[Emacs] Add csv-mode 2021-12-17 16:30:29 +01:00
Lucien Cartier-Tilet 4753dc9f66
[Emacs] Fix keybinds 2021-12-17 16:30:16 +01:00
Lucien Cartier-Tilet 03136e7f11
[Emacs] Add documentation, remove slim-mode
Add documentation for Python, webdev, modeline, theme, rainbow
delimiters, and keycast.
2021-12-17 16:30:03 +01:00
Lucien Cartier-Tilet 246cfdf19a
[Emacs, StumpWM] Add Sly configuration 2021-12-17 16:27:09 +01:00
Lucien Cartier-Tilet 78fba911e7
[StumpWM] Less groups, only one automatic window placement
continuous-integration/drone/push Build is passing Details
2021-12-12 15:06:42 +01:00
Lucien Cartier-Tilet 69a12a3d4a
[Emacs] Fix automatic mode for Rustic 2021-12-12 15:06:00 +01:00
Lucien Cartier-Tilet b8ef56942e
[Emacs] Update keybinds
`SPC e' is now dedicated to flyspell and errors-related functions.

Email keybinds move from `SPC e' to `SPC a e', and elfeed moves from
`SPC a e' to `SPC a E'
2021-12-12 15:04:35 +01:00
Lucien Cartier-Tilet 5a5725fec9
[Emacs] Update hydra-media appearance 2021-12-12 15:03:36 +01:00
Lucien Cartier-Tilet 153d7bc9a9
[Emacs] Add workaround for tecosaur/screenshot/issues/11 2021-12-12 15:02:34 +01:00
Lucien Cartier-Tilet be17ca1690
[Emacs] Add image I forgot to stage
continuous-integration/drone/push Build is passing Details
2021-12-07 20:08:00 +01:00
Lucien Cartier-Tilet b31562078d
[Emacs] Add typescript keybinds, fix auto-mode-alist addition 2021-12-07 10:14:41 +01:00
Lucien Cartier-Tilet 3d71fb43af
[Emacs] Remove accidental leftover code 2021-12-07 10:14:12 +01:00
Lucien Cartier-Tilet 4c926eb911
[Emacs] Fix keybinds for which-key 2021-12-07 10:13:43 +01:00
Lucien Cartier-Tilet 6ad3203a8e
[Emacs] Better mu4e keybinds 2021-12-06 17:07:52 +01:00
Lucien Cartier-Tilet 126385f1f2
[Emacs] Prettify my buffers 2021-12-06 17:07:30 +01:00
Lucien Cartier-Tilet e55b1bba30
[StumpWM] Change colors of modeline 2021-12-04 19:24:08 +01:00
Lucien Cartier-Tilet 653e117c8f
[Emacs] Fix line wrapping in mu4e
continuous-integration/drone/push Build is passing Details
2021-12-04 14:18:01 +01:00
Lucien Cartier-Tilet 24f1fe375c
[Emacs] Add EXWM buffers to ignored elcord buffers 2021-12-01 16:35:29 +01:00
Lucien Cartier-Tilet d19c3da130
[Emacs] Automatic desktop-environment-mode when using EXWM
Also update results of elisp code
2021-12-01 16:34:29 +01:00
Lucien Cartier-Tilet 5a16398c33
[Emacs] Remove unused line 2021-12-01 16:34:06 +01:00
Lucien Cartier-Tilet 2756d34ab3
[Emacs] Fix mu4e keybinds 2021-11-30 02:18:13 +01:00
Lucien Cartier-Tilet a6a1b3e7b6
[Emacs] Add fd for file search in EMMS, better variables
continuous-integration/drone/push Build is passing Details
2021-11-28 23:02:35 +01:00
Lucien Cartier-Tilet d5628bd9fe
[Emacs] document org-msg, force evil-collection-mu4e-setup 2021-11-28 23:01:48 +01:00
Lucien Cartier-Tilet bb5699d650
[Emacs] Better org tangling 2021-11-28 22:59:02 +01:00
Lucien Cartier-Tilet 2f2a7aa674
[Emacs] Fix multi-monitor EXWM
Also change some buffer renaming for X windows

Fix original repo of xelp, indicate fork used
2021-11-28 22:56:59 +01:00
Lucien Cartier-Tilet 7252623ada
[Emacs] Better keybinds definition
Also some noweb improvements
2021-11-28 22:51:48 +01:00
Lucien Cartier-Tilet 2713daceda
[Emacs] Remove s-I in EXWM, replaced by s-<escape>
continuous-integration/drone/push Build is passing Details
2021-11-28 12:41:36 +01:00
Lucien Cartier-Tilet 99fad403f0
[Emacs] Add some EXWM documentation
continuous-integration/drone/push Build is passing Details
Add also some literate config
2021-11-28 02:43:24 +01:00
Lucien Cartier-Tilet bd12a71a92
[Emacs] Better graphviz configuration
continuous-integration/drone/push Build is passing Details
2021-11-27 19:30:09 +01:00
Lucien Cartier-Tilet 84bd24efe5
[Emacs] Add EMMS shortcut to stop MPD 2021-11-27 19:29:55 +01:00
Lucien Cartier-Tilet 36e229def7
[Emacs] Add EXWM preliminary configuration 2021-11-27 19:29:26 +01:00
Lucien Cartier-Tilet afa83c5e05
[Emacs] Deactivate xwidgets webkit browser keybinds 2021-11-25 00:53:04 +01:00
Lucien Cartier-Tilet 5faa617215
[Emacs] Fix some package loading errors
continuous-integration/drone/push Build is passing Details
2021-11-24 23:43:28 +01:00
Lucien Cartier-Tilet 18db59d9f7
[StumpWM] Fix issue of `mpd-connect' being undefined on startup 2021-11-23 23:58:06 +01:00
Lucien Cartier-Tilet c3d53388ab
[StumpWM] Add bluetooth keybinds 2021-11-23 23:37:17 +01:00
Lucien Cartier-Tilet b0a356a5fe
[StumpWM] Better autostart 2021-11-23 23:36:59 +01:00
Lucien Cartier-Tilet d2cbdc3289
[Emacs] Add ox-hugo, remove ox-gfm
continuous-integration/drone/push Build is passing Details
2021-11-23 15:02:02 +01:00
Lucien Cartier-Tilet a1138a9ff9
[Emacs] Make image lazy-load 2021-11-23 15:01:23 +01:00
Lucien Cartier-Tilet aa290484dd
[Bin] Fix incorrect shebang 2021-11-23 15:01:06 +01:00
Lucien Cartier-Tilet d42fc15e64
[StumpWM] Some more subchapters for the mode-line 2021-11-23 15:00:47 +01:00
Lucien Cartier-Tilet 27fdcac542
[StumpWM] Better mode-line formatting handling 2021-11-23 14:56:16 +01:00
Lucien Cartier-Tilet fa9767ec19
[StumpWM] Wording, subchapter sectioning 2021-11-23 14:54:56 +01:00
Lucien Cartier-Tilet a028c0284a
[StumpWM] Precisions on why Stumptray doesn’t work 2021-11-23 14:53:22 +01:00
Lucien Cartier-Tilet d776dae8fb
[Awesome] Deprecate Awesome configuration 2021-11-22 17:57:14 +01:00
Lucien Cartier-Tilet 61cf48910f
[Emacs] Add documentation on screenshot code
continuous-integration/drone/push Build is passing Details
2021-11-22 16:55:30 +01:00
Lucien Cartier-Tilet d1c129f5f8
[Emacs] Update frame name, remove redundant mu4e option
continuous-integration/drone/push Build is passing Details
2021-11-22 16:53:04 +01:00
Lucien Cartier-Tilet f12921f372
[Emacs] Wording 2021-11-22 16:52:55 +01:00
Lucien Cartier-Tilet 0d24b4a056
[Emacs] Add code for taking screenshots of Emacs 2021-11-22 16:52:15 +01:00
Lucien Cartier-Tilet e004e7d0c0
[Emacs] Make unfinished section noexport 2021-11-22 16:51:56 +01:00
Lucien Cartier-Tilet 40c32fee57
[Emacs, StumpWM] Add Emacs screenshots, update StumpWM screenshot
continuous-integration/drone/push Build is passing Details
2021-11-22 14:32:43 +01:00
Lucien Cartier-Tilet 424d305932
[StumpWM, bin] better screenshot handling
continuous-integration/drone/push Build is passing Details
2021-11-22 12:46:06 +01:00
Lucien Cartier-Tilet 07dd65abf1
[Emacs] Fix some flyspell config 2021-11-22 11:20:52 +01:00
Lucien Cartier-Tilet d6db34736d
[Emacs] Automatic StumpWM mode for lisp-mode 2021-11-22 11:20:36 +01:00
Lucien Cartier-Tilet 9c70c0c172
[Emacs] Better graphviz-dot mode configuration
graphviz-dot-mode is now the default dot-mode and org-babel
understands it as an equivalent of dot-mode
2021-11-22 11:20:36 +01:00
Lucien Cartier-Tilet b48b2703fe
[Emac] Better keybinds 2021-11-22 11:20:36 +01:00
Lucien Cartier-Tilet 107840e6db
[Emacs] Automatically disable smartparens when parinfer is enabled 2021-11-22 11:20:36 +01:00
Lucien Cartier-Tilet 667ebc8db3
[StumpWM] Add bluetooth utility code 2021-11-22 11:17:15 +01:00
Lucien Cartier-Tilet 0b9e9d2655
[StumpWM] Formatting 2021-11-21 23:45:43 +01:00
Lucien Cartier-Tilet 5138643c54
[StumpWM] Fix syntax 2021-11-21 23:45:23 +01:00
Lucien Cartier-Tilet 31cfb2fcde
[StumpWM] Add reference to StumpWM PR 2021-11-21 23:44:36 +01:00
Lucien Cartier-Tilet 07513fd714
[Emacs] Modify conflicting keybind for tetris with treemacs 2021-11-20 23:11:49 +01:00
Lucien Cartier-Tilet 94d204055f
[Emacs] Add TypeScript config, update Javascript config
Also move around CSS heading
2021-11-20 23:11:22 +01:00
Lucien Cartier-Tilet 3b94156e7c
[Emacs] Add treemacs keybinds 2021-11-20 23:11:01 +01:00
Lucien Cartier-Tilet 8b8fb70adb
[Emacs] Add flyspell and langtool configuration 2021-11-20 23:10:37 +01:00
Lucien Cartier-Tilet b8b72864f7
[Emacs] Add parinfer-rust-mode keybinds 2021-11-20 23:10:00 +01:00
Lucien Cartier-Tilet a309a95094
[Emacs] Move declaration of ivy-yasnippet keybind 2021-11-20 23:09:42 +01:00
Lucien Cartier-Tilet 122da77b4a
[Emacs] Update description for eshell-info-banner 2021-11-20 23:09:06 +01:00
Lucien Cartier-Tilet 231b0d16f3
[Emacs] Wording, typos 2021-11-20 23:08:38 +01:00
Lucien Cartier-Tilet 0ff4b065ed
[StumpWM] Add entry on pinentry module and little rant about it 2021-11-20 23:07:18 +01:00
Lucien Cartier-Tilet b603044d8b
[StumpWM] NetworkManager integration 2021-11-20 23:06:43 +01:00
Lucien Cartier-Tilet 3e995e60bc
[StumpWM] Wording 2021-11-20 23:06:20 +01:00
Lucien Cartier-Tilet c282e91c25
[StumpWM] Update modeline
This commit adds the net module at the fourth position on the right
side.

It also modifies the CPU module prefix to a Siji icon representing a
CPU.

`mu-unread' also outputs a Siji icon as its prefix instead of `Mail:'
2021-11-20 23:04:32 +01:00
Lucien Cartier-Tilet df161b7fde
[StumpWM] Add new utilities, update StumpWM colors
Make StumpWM’s colors more Nord-ish

Use new variables from my StumpWM fork

Add code for
- Easy SSHing in remote machines
- Control my mouse through keybinds with Binwarp
- Notifications support
2021-11-19 17:33:53 +01:00
Lucien Cartier-Tilet a79b921915
[Emacs] Automatically enable background transparency for new frames 2021-11-18 20:16:30 +01:00
Lucien Cartier-Tilet a800a292e2
[Fish] Automatically launch the Gnome Keyring when logging in 2021-11-18 20:13:24 +01:00
Lucien Cartier-Tilet 5e31726f1a
[Emacs] Add packages for better Javascript support 2021-11-18 20:11:01 +01:00
Lucien Cartier-Tilet b3f3051ec9
[Emacs, Org] Move heading around 2021-11-18 20:10:40 +01:00
Lucien Cartier-Tilet 10c9564ea9
[Emacs] evil-org issue #93 finally solved
Issue https://github.com/Somelauw/evil-org-mode/issues/93 finally got
solved by PR https://github.com/Somelauw/evil-org-mode/pull/96,
workaround code can now be removed
2021-11-18 20:08:32 +01:00
Lucien Cartier-Tilet 9d66c2a22c
[Emacs] Set eshell/clear as eshell/clear-scrollback
I cannot understand the reason why this is not the default behaviour.
2021-11-18 20:07:27 +01:00
Lucien Cartier-Tilet ae412d9525
[Emacs] Set default cloning directory for Magit 2021-11-18 20:07:12 +01:00
Lucien Cartier-Tilet ed44a67fdd
[Emacs] Remove unused keybinds in Elfeed 2021-11-18 20:06:54 +01:00
Lucien Cartier-Tilet 787fc1e456
[Emacs] Add pkgbuild-mode to Emacs
continuous-integration/drone/push Build is passing Details
2021-11-09 17:21:53 +01:00
Lucien Cartier-Tilet 403da6b3bb
[PKGBUILD] Add PKGBUILD for Wonderdraft 2021-11-09 17:21:48 +01:00
Lucien Cartier-Tilet a45f101d9c
[Sitemap] Update sitemap
continuous-integration/drone/push Build is passing Details
2021-11-09 13:43:08 +01:00
Lucien Cartier-Tilet c3f70f3e6d
[Emacs] Better keybinds, Emacs no longer clears MPD playlist 2021-11-09 13:40:32 +01:00
Lucien Cartier-Tilet adc84818b1
[Bin] Update anchor link for `ytplay' 2021-11-09 13:40:32 +01:00
Lucien Cartier-Tilet 3e3510d6ed
[desktop, Org] Add desktop.org, remove .desktop files 2021-11-09 13:40:32 +01:00
Lucien Cartier-Tilet 4f9979e67d
[Emacs] Delete unused keybinds
continuous-integration/drone/push Build is passing Details
2021-11-08 15:10:51 +01:00
Lucien Cartier-Tilet 7bd6cdad76
[Emacs] Better addition of languages to `org-babel-load-languages' 2021-11-08 15:10:20 +01:00
Lucien Cartier-Tilet 4da47a0a7b
[Org files] Fix headers path for CD export
continuous-integration/drone/push Build is passing Details
2021-11-08 15:02:25 +01:00
Lucien Cartier-Tilet dee0441336
[Emacs] Add background transparency 2021-11-08 14:32:38 +01:00
Lucien Cartier-Tilet 207411ce19
[Emacs] Add package-lint package
continuous-integration/drone/push Build is passing Details
2021-11-08 14:27:10 +01:00
Lucien Cartier-Tilet 3791c43901
[Emacs] Add new keybinds for mu4e, checkdock, elfeed, stumpwm.org 2021-11-08 14:26:40 +01:00
Lucien Cartier-Tilet 3a593225d6
[Emacs] Fix obsolete variables and unused code 2021-11-08 14:25:17 +01:00
Lucien Cartier-Tilet 835954f30d
[Emacs] Quickfix for evil-org-mode
continuous-integration/drone/push Build is passing Details
2021-11-07 18:16:47 +01:00
Lucien Cartier-Tilet 0126affe5c
Remove Spacemacs and Chemacs submodules
My vanilla emacs config is now the only config I have.
2021-11-07 18:16:40 +01:00
Lucien Cartier-Tilet f6709bbb39
[Emacs] Better mu4e-view-mode behavior
continuous-integration/drone/push Build is passing Details
2021-11-07 17:52:04 +01:00
Lucien Cartier-Tilet b801bcef27
[Emacs] Better define keybinds
Leader keys now override by default other keymaps

Better autoloaded keymaps’ support
2021-11-07 15:54:20 +01:00
Lucien Cartier-Tilet 1bce6d902d
[StumpWM] Add MPD interactivity 2021-11-07 02:30:23 +01:00
Lucien Cartier-Tilet af4fbf625b
[Emacs] Rename header 2021-11-07 02:28:47 +01:00
Lucien Cartier-Tilet d50adeac9c
[Emacs] Use C-u C-d in ivy buffers, add keycast keybinds. 2021-11-07 02:28:29 +01:00
Lucien Cartier-Tilet 1bf40fe587
[Emacs] Change keybindings declaration with general definers
Now major-mode keybinds are available through M-m and general keybinds
are available through C-SPC in insert-mode.
2021-11-07 02:27:04 +01:00
Lucien Cartier-Tilet 07dc09ff7d
[StumpWM] Shorten windows title, replace htop with bottom
In workspace `[SYS]', replace htop with bottom among automatic windows
2021-10-31 14:54:36 +01:00
Lucien Cartier-Tilet c9e1bca2b8
[Picom] Slightly more transparency for inactive windows 2021-10-31 14:54:16 +01:00
Lucien Cartier-Tilet a1cb97438e
[Emacs] Add PlantUML support 2021-10-31 14:54:00 +01:00
Lucien Cartier-Tilet 27edf38cdc
[Emacs] Better Reveal.JS support for org-mode 2021-10-31 14:53:37 +01:00
Lucien Cartier-Tilet a40df02284
[Emacs] Hopefully a fix for org-ref
For some reason, Emacs stopped picking up org-ref at some point,
giving me the error
Symbol's value as variable is void: org-ref

This commit hopefully fixes that.
2021-10-29 17:08:20 +02:00
Lucien Cartier-Tilet d1c1493945
[Emacs] Better media control keybinds and `shell-command-and-echo'
`shell-command-and-echo' now takes an additional argument that will
prefix the output of its ECHO argument.
Also add documentation for the function

This commit removes keybind `SPC m P' in favor of only `SPC m p' which
toggles the state of MPD between play and pause.
2021-10-29 17:03:33 +02:00
Lucien Cartier-Tilet 47f6e0e1a2
[StumpWM] Make StumpWM keybinds more consistent with Emacs config
Also make it more intuitive
2021-10-29 17:03:33 +02:00
Lucien Cartier-Tilet c12a89d4f4
[StumpWM] Remove Lightcord and replace by Discord Canary
Lightcord is no longer maintained and its repository has been
archived. Good night, sweet prince...
2021-10-29 17:03:33 +02:00
Lucien Cartier-Tilet 8907e55bc4
[Emacs] Add help bindings
continuous-integration/drone/push Build is passing Details
2021-10-25 18:34:18 +02:00
Lucien Cartier-Tilet b95ed6af54
[Emacs] Remove unused commented out code 2021-10-25 18:32:23 +02:00
Lucien Cartier-Tilet 05d05719d9
[Emacs] Add Atomic Chrome package
continuous-integration/drone/push Build is passing Details
2021-10-25 17:00:16 +02:00
Lucien Cartier-Tilet e65653dbe0
[Emacs] Fix issue with markdown-mode configuration
Double configuration for markdown-mode
2021-10-25 16:59:07 +02:00
Lucien Cartier-Tilet 7e8a6866e3
[Emacs] Fix default bound comma and space keys in Info-mode 2021-10-25 16:58:19 +02:00
Lucien Cartier-Tilet 248100e013
[Emacs] Fix issue with unknown function and swapped icons 2021-10-25 16:56:58 +02:00
Lucien Cartier-Tilet 03f1d9bef1
[StumpWM] Add shortcut for `select-pape' (see bin.org) 2021-10-25 16:56:16 +02:00
Lucien Cartier-Tilet 6a73bdb74e
[Bin] Remove Elisp dependencies in code generation
Remove dependency on dash.el and s.el in code generation
2021-10-23 20:25:21 +02:00
Lucien Cartier-Tilet f94adbfc35
[Emacs] Add Markdown configuration
continuous-integration/drone Build is failing Details
2021-10-23 13:24:04 +02:00
Lucien Cartier-Tilet 13e9e9d3b6
[Emacs] Better code for switching to messages buffer 2021-10-22 12:14:30 +02:00
Lucien Cartier-Tilet 8d247d4733
[Emacs] Add hydra for controlling MPD from Emacs 2021-10-22 12:14:30 +02:00
Lucien Cartier-Tilet ab3ec171e5
[Emacs] Add mu4e.desktop to Emacs’ org file 2021-10-20 19:08:42 +02:00
Lucien Cartier-Tilet a155947b5e
[Emacs] Add org-present configuration 2021-10-20 16:23:09 +02:00
Lucien Cartier-Tilet 94ecdab2fd
[Emacs] Better keybinds for Elfeed 2021-10-20 16:22:51 +02:00
Lucien Cartier-Tilet 3134667967
[Emacs] Add startup time and uptime logging for Emacs 2021-10-20 16:03:31 +02:00
Lucien Cartier-Tilet 4c7b7f9580
[Sitemap] Sitemap update 2021-10-20 14:42:22 +02:00
Lucien Cartier-Tilet a95afb5611
[Index] Update information given in index, automatic file list
Use sitemap for generating the list of webpages in the index
2021-10-20 14:03:41 +02:00
Lucien Cartier-Tilet 52f5086714
[Deprecated org] Center deprecation warning message 2021-10-20 14:02:29 +02:00
Lucien Cartier-Tilet 28f5b8b4d0
[Bootstrap] Remove mpd rich presence package for Discord 2021-10-20 14:00:18 +02:00
Lucien Cartier-Tilet 87b0343990
[Emacs] Add EMMS config 2021-10-20 14:00:01 +02:00
Lucien Cartier-Tilet 7dab702f48
[Emacs] Add font ligatures config, move modeline config down 2021-10-20 13:59:26 +02:00
Lucien Cartier-Tilet b5bc6f2f02
[Emacs] Update config and comments for Elfeed and pdf-tools 2021-10-20 13:58:56 +02:00
Lucien Cartier-Tilet 83df228404
[Spacemacs] Deprecate Spacemacs configuration 2021-10-20 13:57:46 +02:00
Lucien Cartier-Tilet bdcd3dbb48
[MPD] Switch to literate config 2021-10-20 13:57:15 +02:00
Lucien Cartier-Tilet 911e8f48ce
[Emacs] Fix some issues with package building with straight 2021-10-19 21:42:28 +02:00
Lucien Cartier-Tilet 3a7a865058
[Emacs] Add variable configuration in corresponding `use-package' 2021-10-19 21:41:47 +02:00
Lucien Cartier-Tilet e30ca77fbe
[Emacs] Cleaner init file export, fix some elisp code
However, I currently have the issue of the packages `org' having two
straight recipies and I cannot find the dependency that’s causing
this.
2021-10-19 19:20:15 +02:00
Lucien Cartier-Tilet 644f96305b
[Emacs] Add iedit 2021-10-18 17:50:58 +02:00
Lucien Cartier-Tilet 9e88499af6
[Emacs] Add consult-lsp to configuration 2021-10-18 17:50:58 +02:00
Lucien Cartier-Tilet e90accda8a
[Emacs] Switch to git version of org-mode 2021-10-18 17:50:58 +02:00
Lucien Cartier-Tilet 656f480790
[Emacs] Add eww configuration 2021-10-18 17:50:58 +02:00
Lucien Cartier-Tilet 6e1831b836
[Emacs] Better Elfeed configuration 2021-10-18 17:50:58 +02:00
Lucien Cartier-Tilet a0de3ae72d
[Emacs] Better keybinds 2021-10-18 17:29:15 +02:00
Lucien Cartier-Tilet 355e3ef249
[Emacs] Add compilation-mode config 2021-10-18 16:28:09 +02:00
Lucien Cartier-Tilet f46c0c709b
[Emacs] Remove useless code bits 2021-10-18 16:27:50 +02:00
Lucien Cartier-Tilet b4b742cf14
[StumpWM] Simpler modeline generation 2021-10-15 14:30:41 +02:00
Lucien Cartier-Tilet 836441b97f
[StumpWM] Update screenshot 2021-10-14 20:14:05 +02:00
Lucien Cartier-Tilet a3d73d02b6
[Emacs] Add Elfeed packages 2021-10-14 20:08:53 +02:00
Lucien Cartier-Tilet 6c225d5ce0
[StumpWM] Add screenshot 2021-10-14 20:08:53 +02:00
Lucien Cartier-Tilet c82ff2d55d
[StumpWM] Finer outer gaps 2021-10-14 20:08:52 +02:00
Lucien Cartier-Tilet 501c8040eb
[StumpWM, Bin] Rework modeline appearance, make it Powerlined!
Also create script `mu-unread' in order to get the amount of unread
emails I have in my maildir.
2021-10-14 20:08:52 +02:00
Lucien Cartier-Tilet 52705bf2a0
[Picom] Reduce transparency for inactive windows 2021-10-14 19:55:15 +02:00
Lucien Cartier-Tilet 07f0a427a5
[headers] Absolute paths for CSS and JS/Dart 2021-10-14 19:54:50 +02:00
Lucien Cartier-Tilet 4c933327cf
[Misc] Change reference function for potential PDFs 2021-10-14 19:54:02 +02:00
Lucien Cartier-Tilet ee54ebae35
[StumpWM] Add WiFi to modeline, change format of modules 2021-10-14 09:25:35 +02:00
Lucien Cartier-Tilet 865e55f2da
[Emacs] Fix case on dashboard, complete package update button 2021-10-12 19:38:19 +02:00
Lucien Cartier-Tilet 35b0d321c0
[Emacs] Config update for org-ref 3 2021-10-12 19:37:52 +02:00
Lucien Cartier-Tilet 045dffdb37
[Emacs] Better bookmarks code, remove redundant keybinds 2021-10-12 17:01:34 +02:00
Lucien Cartier-Tilet d6267d0330
[Emacs] Add and modify bookmarks in mu4e, better filters
Filters for the inbox and other bookmarks will now work better.

A new bookmark for my association, Supran, is now added.

The `eshell-info-banner' bookmark is now replaced by the `Github'
bookmark which will be the place where I can see all emails sent by
Github related to new comments or actions on issues and PRs.
2021-10-12 15:46:16 +02:00
Lucien Cartier-Tilet d4f11b612d
[Org, Emacs] Do not add spaces in front of code in src blocks
By default, org-mode will add two spaces before code lines in the org
file itself. This does not change how code is edited when editing a
code block through `org-edit-special' but when copy/pasting code or
editing it directly from the org file, it can be troublesome.
Setting `org-src-preserve-indentation' to `t' prevents org from adding
these two spaces.
2021-10-12 12:19:46 +02:00
Lucien Cartier-Tilet c12164d9bb
[Emacs] Remove EXWM 2021-10-12 11:30:24 +02:00
Lucien Cartier-Tilet 5136217664
[Emacs] Add comments on docker-related packages 2021-10-12 11:30:00 +02:00
Lucien Cartier-Tilet 111651af13
[Emacs] Remove meaningless org src results 2021-10-12 11:28:05 +02:00
Lucien Cartier-Tilet 06ad777feb
[Emacs] Change project’s protocol from rsync to ssh
For some reason, I cannot properly publish some projects through the
rsync protocol, but there is no problem publishing through the ssh
protocol.
2021-10-12 11:26:30 +02:00
Lucien Cartier-Tilet fe718ed5b6
[Emacs] Cleaner code and headers for src blocks 2021-10-12 11:25:39 +02:00
Lucien Cartier-Tilet a6a4c4950f
[Emacs] Add graphviz/dot mode 2021-10-07 18:32:36 +02:00
Lucien Cartier-Tilet 4763c03d9f
[Emacs] Orgmode improvements
Better `org-macro' face to make it more visible.

For some reason, Emacs doesn’t like copying files over the `rsync'
protocol anymore, but the `ssh' protocol is fine ¯\_(ツ)_/¯

Loading org-mode will now also load org-ref by default.
2021-10-07 18:30:29 +02:00
Lucien Cartier-Tilet 1647f49c2c
[StumpWM] Add some new XF86 media keys 2021-10-07 18:29:41 +02:00
Lucien Cartier-Tilet cb1c697f66
[StumpWM] Add ncmpcpp keybinds 2021-10-02 14:21:31 +02:00
Lucien Cartier-Tilet 4fe28fb965
[AwesomeWM] whitespace 2021-10-02 14:20:21 +02:00
Lucien Cartier-Tilet dc52aa597f
[StumpWM] Add convenience keybindings 2021-10-02 13:05:15 +02:00
Lucien Cartier-Tilet 7a353ad6ec
[StumpWM] Add automatic windows for SYS
When no windows are present on the SYS group, open by default two
terminals and an HTOP window.
2021-10-02 13:04:28 +02:00
Lucien Cartier-Tilet b5334f9893
[StumpWM] Add group, change group order, SYS now dynamic group
Add a new group dedicated to gaming, making it the 8th group.

DEV and SYS were swapped, and now SYS is a dynimacally tiling group.

Groups can now be defined as a `Dynamic' or `Floating' group. Any
other value in the corresponding column will be considered to be a
manually tiling group.
2021-10-02 13:01:28 +02:00
Lucien Cartier-Tilet 17835bfe93
[StumpWM] Replace explicit calls to terminal by command
In order to make my dotfiles more maintainable in case I change my
terminal emulator, explicit calls to the terminal have been replaced
by calls to the function `term' which itself will call explicitely the
terminal emulator.
2021-10-02 12:50:17 +02:00
Lucien Cartier-Tilet 58d6018199
[StumpWM] Remove unneeded headers for Elisp blocks 2021-09-18 19:04:22 +02:00
Lucien Cartier-Tilet 9bcac70ef4
[StumpWM] New keybinds, heading renamed
Keybinds related to the number row can now be automatically generated.
Related to this, keybinds to move windows between groups, following
them or not, and merge groups into the current one are added with this
commit.

The application keymap is now moved to the root map in order to keep
some consistency with my Emacs keybinds.
2021-09-18 19:04:22 +02:00
Lucien Cartier-Tilet 66d81280a6
[StumpWM] typo 2021-09-18 15:51:16 +02:00