Commit Graph

452 Commits

Author SHA1 Message Date
3634a96054
[Org files] Fix org-lint issues
Replace deprecated `HEADERS' keyword with `HEADER'

Fix broken links

Better headers in some files

Fix some typos
2022-02-12 12:51:52 +01:00
b5499c4929
[Emacs] Well, it wasn’t gonna work without `shell-command' 2022-02-12 12:39:57 +01:00
dd4bd72d70
[Emacs] Set font for main server AND new frames 2022-02-12 12:39:57 +01:00
6bf56bbce3
[Emacs] Better visual settings for nov.el and markdown-mode
As well as a typo fix
2022-02-12 12:39:57 +01:00
73c1ae1a69
[Emacs] Set mirror for stardiviner’s deleted repos
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-07 12:06:26 +01:00
bae81921f2
[Emacs] Activate writeroom-mode for text, org, and markdown modes 2022-02-07 12:05:50 +01:00
ae075d044d
[Emacs] Better options when opening a YouTube video
All checks were successful
continuous-integration/drone Build is passing
2022-02-05 12:42:33 +01:00
5e51cba460
[Emacs] Add warning about noweb syntax
All checks were successful
continuous-integration/drone Build is passing
2022-02-05 12:25:35 +01:00
90eaa3e1aa
[Emacs] Add Enime package 2022-02-04 17:03:16 +01:00
6d6af02910
[Emacs] Add keybinds for flyspell 2022-02-04 17:02:01 +01:00
1f51371031
[Emacs] Add syntax highlighting for SSH config files 2022-02-04 17:01:43 +01:00
8b68f2db2c
[Emacs] Fix error on startup 2022-02-04 17:01:30 +01:00
47c4b15a58
[Emacs] Plaintext emails viewed in writeroom-mode
In mu4e, emails in plaintext are viewed in writeroom-mode by default
2022-02-04 17:00:54 +01:00
999485e609
[Emacs] Open YouTube videos with mpv in Elfeed 2022-02-04 17:00:36 +01:00
06952a677d
[Emacs] Some more transparency with the Emacs client 2022-02-04 17:00:20 +01:00
a18e1f1d48
[Emacs] Move Emacs configuration to XDG_CONFIG_HOME 2022-02-04 16:59:53 +01:00
18658a1556
[Emacs] Add Zig configuration 2022-01-26 10:06:12 +01:00
6123dec4e3
[Emacs] Prefer plaintext in mu4e message viewer 2022-01-26 10:05:53 +01:00
366ccd6e57
[Emacs] Add Avy shortcuts 2022-01-07 21:09:04 +01:00
4e4897021a
[Emacs] Add editorconfig package 2022-01-07 21:08:51 +01:00
2be9240de9
[Emacs] Ensure pdf-tools is always properly compiled 2022-01-07 21:08:30 +01:00
90c3f2b8ff
[Emacs] Add shortcut for package screenshot 2022-01-07 03:37:46 +01:00
be80e8b838
[Emacs] Add hl-todo configuration 2022-01-07 03:37:34 +01:00
243386c9e4
[Emacs] Remove uptime tracker
It causes more issues than it solves really
2022-01-07 03:37:05 +01:00
0e76b9f06e
[Emacs] Install eshell-info-banner through ssh
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-05 14:13:39 +01:00
f86344561e
[Emacs] Remove some prettify symbols in Lisp modes 2022-01-05 14:12:53 +01:00
47a11d9473
[Emacs] Install plantuml-mode through straight 2022-01-05 14:12:37 +01:00
55a12d8a80
[Emacs] Better straight.el usage
Add username for Github and Gitlab when using straight fork
Change default remote when a package is cloned by straight
Install use-package through straight.el
2022-01-05 14:10:40 +01:00
cc70db8439
[Emacs] Remove buggy line
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-04 20:29:44 +01:00
5cd880caf4
[Emacs] Add Solaire Mode
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-04 18:31:15 +01:00
73203756e3
[Emacs] Add LaTeX configuration 2022-01-04 18:16:58 +01:00
184731f105
[Emacs] Update mu4e bookmarks, simplify code 2022-01-04 18:16:34 +01:00
b366894391
[Emacs] Update introduction 2022-01-04 18:16:15 +01:00
1091aba3a8
[Emacs] Fix moving windows in EXWM
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-27 18:56:54 +01:00
55b404437d
[Emacs] Add org-capture configuration 2021-12-27 18:51:30 +01:00
ea11f87856
[Emacs] Update mu4e filters and bookmarks 2021-12-27 18:35:08 +01:00
e918a346fc
[Emacs] No need to defer loading recentf
All checks were successful
continuous-integration/drone/push Build is passing
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
fe423e421a
[Emacs] Fix loading `ob-latex-as-png' 2021-12-27 13:46:27 +01:00
290c07d741
[Emacs] Widen inline images in org-mode 2021-12-27 13:46:27 +01:00
1f38d7a68c
[Emacs] Use DBus calls instead of shell commands 2021-12-27 13:46:27 +01:00
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
413ecb2d2b
[Emacs] Add Emacs debugging shortcuts
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-26 14:51:36 +01:00
f5a9608420
[Emacs] Better font configuration 2021-12-26 14:51:20 +01:00
6b1c2afe08
[Emacs] Add counsel keybindings, fix typo 2021-12-20 15:24:57 +01:00
a5785847f7
[Emacs] Add recentf configuration 2021-12-20 12:03:35 +01:00
fc85c94a76
[Emacs] Move paragraphs down
It just makes a bit more sense to me.
2021-12-20 11:36:39 +01:00
4803c106b0
[Emacs] Create directory if it does not exist
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-19 15:24:43 +01:00
e7b8610387
[Emacs] Replace modern string-join' with mapconcat'
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-19 13:00:26 +01:00
44c47b9841
[Emacs] Remove deprecated org ELPA
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-19 11:12:59 +01:00
2dfabd7d56
[StumpWM] Move xinitrc files to their respective .org file
All checks were successful
continuous-integration/drone/push Build is passing
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
0e86789285
[Emacs] Better LSP setup, restore lua-mode 2021-12-17 16:56:17 +01:00
ac04636e54
[Emacs] Better bépo support with Evil 2021-12-17 16:42:14 +01:00
294411d73b
[Emacs] Remove useless lines of code 2021-12-17 16:30:44 +01:00
87ce209298
[Emacs] Add csv-mode 2021-12-17 16:30:29 +01:00
4753dc9f66
[Emacs] Fix keybinds 2021-12-17 16:30:16 +01:00
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
246cfdf19a
[Emacs, StumpWM] Add Sly configuration 2021-12-17 16:27:09 +01:00
69a12a3d4a
[Emacs] Fix automatic mode for Rustic 2021-12-12 15:06:00 +01:00
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
5a5725fec9
[Emacs] Update hydra-media appearance 2021-12-12 15:03:36 +01:00
153d7bc9a9
[Emacs] Add workaround for tecosaur/screenshot/issues/11 2021-12-12 15:02:34 +01:00
b31562078d
[Emacs] Add typescript keybinds, fix auto-mode-alist addition 2021-12-07 10:14:41 +01:00
3d71fb43af
[Emacs] Remove accidental leftover code 2021-12-07 10:14:12 +01:00
4c926eb911
[Emacs] Fix keybinds for which-key 2021-12-07 10:13:43 +01:00
6ad3203a8e
[Emacs] Better mu4e keybinds 2021-12-06 17:07:52 +01:00
126385f1f2
[Emacs] Prettify my buffers 2021-12-06 17:07:30 +01:00
653e117c8f
[Emacs] Fix line wrapping in mu4e
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-04 14:18:01 +01:00
24f1fe375c
[Emacs] Add EXWM buffers to ignored elcord buffers 2021-12-01 16:35:29 +01:00
d19c3da130
[Emacs] Automatic desktop-environment-mode when using EXWM
Also update results of elisp code
2021-12-01 16:34:29 +01:00
5a16398c33
[Emacs] Remove unused line 2021-12-01 16:34:06 +01:00
2756d34ab3
[Emacs] Fix mu4e keybinds 2021-11-30 02:18:13 +01:00
a6a1b3e7b6
[Emacs] Add fd for file search in EMMS, better variables
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-28 23:02:35 +01:00
d5628bd9fe
[Emacs] document org-msg, force evil-collection-mu4e-setup 2021-11-28 23:01:48 +01:00
bb5699d650
[Emacs] Better org tangling 2021-11-28 22:59:02 +01:00
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
7252623ada
[Emacs] Better keybinds definition
Also some noweb improvements
2021-11-28 22:51:48 +01:00
2713daceda
[Emacs] Remove s-I in EXWM, replaced by s-<escape>
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-28 12:41:36 +01:00
99fad403f0
[Emacs] Add some EXWM documentation
All checks were successful
continuous-integration/drone/push Build is passing
Add also some literate config
2021-11-28 02:43:24 +01:00
bd12a71a92
[Emacs] Better graphviz configuration
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-27 19:30:09 +01:00
84bd24efe5
[Emacs] Add EMMS shortcut to stop MPD 2021-11-27 19:29:55 +01:00
36e229def7
[Emacs] Add EXWM preliminary configuration 2021-11-27 19:29:26 +01:00
afa83c5e05
[Emacs] Deactivate xwidgets webkit browser keybinds 2021-11-25 00:53:04 +01:00
5faa617215
[Emacs] Fix some package loading errors
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-24 23:43:28 +01:00
d2cbdc3289
[Emacs] Add ox-hugo, remove ox-gfm
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-23 15:02:02 +01:00
a1138a9ff9
[Emacs] Make image lazy-load 2021-11-23 15:01:23 +01:00
61cf48910f
[Emacs] Add documentation on screenshot code
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 16:55:30 +01:00
d1c129f5f8
[Emacs] Update frame name, remove redundant mu4e option
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 16:53:04 +01:00
f12921f372
[Emacs] Wording 2021-11-22 16:52:55 +01:00
0d24b4a056
[Emacs] Add code for taking screenshots of Emacs 2021-11-22 16:52:15 +01:00
e004e7d0c0
[Emacs] Make unfinished section noexport 2021-11-22 16:51:56 +01:00
40c32fee57
[Emacs, StumpWM] Add Emacs screenshots, update StumpWM screenshot
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-22 14:32:43 +01:00
07dd65abf1
[Emacs] Fix some flyspell config 2021-11-22 11:20:52 +01:00
d6db34736d
[Emacs] Automatic StumpWM mode for lisp-mode 2021-11-22 11:20:36 +01:00
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
b48b2703fe
[Emac] Better keybinds 2021-11-22 11:20:36 +01:00
107840e6db
[Emacs] Automatically disable smartparens when parinfer is enabled 2021-11-22 11:20:36 +01:00
07513fd714
[Emacs] Modify conflicting keybind for tetris with treemacs 2021-11-20 23:11:49 +01:00
94d204055f
[Emacs] Add TypeScript config, update Javascript config
Also move around CSS heading
2021-11-20 23:11:22 +01:00
3b94156e7c
[Emacs] Add treemacs keybinds 2021-11-20 23:11:01 +01:00
8b8fb70adb
[Emacs] Add flyspell and langtool configuration 2021-11-20 23:10:37 +01:00