Commit Graph

44 Commits

Author SHA1 Message Date
0f9975a7bf Better regex for generating custom org IDs 2020-07-11 18:06:35 +02:00
2885e1da34 Remove package, update layers, remove custom mu, Rust update
The `meson-mode` package is removed from my custom package list with
the addition of the `meson` layer in Spacemacs.

The `org` layer’s support for Trello is also removed from my
configuration while the support for Hugo is added.

The `c-c++` layer now uses `clangd` as its LSP backend instead of ccls

The `haskell` layer is removed from my configuration

Since it is now broken, instructions for installing a custom `mu`
package on Arch Linux that still enables it has been removed. I will
now use the default `mu` package from the AUR.

The Rust configuration has been updated with some additional
instructions on the reason why some elements are set, and how to
install these. The Rust LSP backend will now use the command `cargo
clippy` instead of `cargo check` to catch errors and warnings.
2020-07-11 18:00:09 +02:00
ab489600c1 Fixed links broken with previous commit 2020-06-07 19:07:02 +02:00
d6f688d985 Updated headings’ custom ID 2020-06-07 17:43:20 +02:00
ef67fa6e25 Better org CUSTOM_ID properties
See https://blog.phundrak.com/better-custom-ids-orgmode/
2020-06-05 15:46:14 +02:00
f068368fc9 Changed the location of the Dart SDK 2020-05-29 17:41:04 +02:00
b2846dc476 Added shortcut to modify how org-src buffers spawn 2020-05-29 17:40:33 +02:00
389a740d57 Updated org projects’ export location 2020-05-28 11:58:23 +02:00
0243f490f6 better org files, updated installation packages 2020-05-17 15:04:07 +02:00
87b8f1e050 fixed Dart lsp, added bibtex and csv layers, changed font
Also made pretty-symbols-mode activated by default
2020-04-29 17:51:15 +02:00
d7ad8de30a Removed unused odf-mode, removed buggy code block 2020-04-21 12:58:57 +02:00
a3e390a4e0 Updated mu4e inbox shortcuts, removed unused variable for Rust
The variable pointing to `racer` hasn’t been used since I switched to
lsp-mode.
2020-04-14 21:57:12 +02:00
baae12a466 Added layer for elfeed 2020-04-14 21:56:40 +02:00
db0f81353b Added shortcut in Emacs to open awesome.org 2020-04-11 20:27:07 +02:00
760bb8d213 Removed global aggressive indent mode 2020-04-09 15:58:32 +02:00
87b128d0dd Updated visual preferences for mu4e, org-mode src blocks editing
`visual-line-mode` is now enabled by default when opening a message,
which will be preferably opened as HTML

Org src block editions will now open to the right of the active buffer
2020-04-06 14:15:07 +02:00
4499b38616 Added Picom config to project 2020-04-06 14:13:42 +02:00
f54ceeb051 Made code block silent on execution 2020-04-06 14:12:27 +02:00
b0d85d92a0 Added mu4e news shortcuts 2020-03-25 13:11:22 +01:00
0877fb9d2d Added org-trello support, lua layer 2020-03-25 13:10:10 +01:00
0bceaf56e2 Updated org shortcuts 2020-03-15 19:50:52 +01:00
fce23d5c2d Fixed export language for config website 2020-03-15 19:50:04 +01:00
c974c60128 Updated and added org capture templates 2020-03-15 19:49:40 +01:00
979fd31fe4 Changing metaprogramming language to EmacsLisp 2020-03-15 12:24:46 +01:00
c2e73bde4b Updated config for mu4e, added draft folder, wider headers view 2020-02-28 16:30:14 +01:00
30ef30d9dd Added odf-mode to Emacs 2020-02-28 16:29:56 +01:00
b5d50c788d Shell now appears at the bottom of the frame 2020-02-28 16:29:15 +01:00
d9015c267b Removed git powerline prompt for Eshell 2020-02-25 15:02:24 +01:00
35d285b07a Greater delay for Helm popup
This will allow Emacs to be less laggy. Also fixed indentation on a
code block
2020-02-25 12:37:43 +01:00
11517d9c0b Added my notes to my agenda, updated capture templates
I also completed my comment about the protocol templates, and I
removed a piece of Elisp code not used anymore
2020-02-25 12:36:39 +01:00
1fa563b74a Silent results for Emacs-lisp code
I can now evaluate in-place my Elisp code without it generating some
results I then have to delete.
2020-02-25 12:34:30 +01:00
d91932bf0e Replaced Gnus with Mu4e
Removed all Gnus configuration, replaced them with mu4e.
2020-02-25 12:33:38 +01:00
b4a9471af3 Added mu4e configuration
I might do a full switch from Gnus to mu4e honestly
2020-02-24 21:45:32 +01:00
6202168e05 Fixed issue with commit #775b436
Now org-capture templates actually work and are no longer contained
in strings but external files.
2020-02-24 21:42:45 +01:00
775b436977 Added templates for org-capture
However, some stopped working while others do, I have to work on that
2020-02-24 21:02:54 +01:00
764e4f0b78 Allow to get read and unread emails in Gnus groups 2020-02-21 04:32:47 +01:00
b115f6cd8c Updated some paths, fixed some code style, added back some shortcuts
Updated some paths after the Emacs configuration directory was moved

Some variables in my dotspacemacs were renamed in order to follow the
Spacemacs coding style with a ~//~ used for marking private variables,
and I prefixed their name with ~dotspacemacs-~ in order to avoid any
collision with other packages or configuration I write.

Added back M-« and M-» in order to fix the M-< and M-> shortcuts issue
with the bépo layout.
2020-02-16 23:56:25 +01:00
92d5c67e8e Fixed issue with `tramp-methods is void' error 2020-02-08 17:39:10 +01:00
a6b3a60910 categorized shortcuts 2020-02-08 17:27:49 +01:00
59beb20d4f added shortcut for yadm status in Emacs 2020-02-08 14:22:19 +01:00
3cfa85c86d Added redshift as blue light filter, converting eshell aliases
Eshell aliases are being converted to Eshell functions
2020-02-08 14:22:01 +01:00
46cfd4adf8 Better behavior for Org src buffers 2020-02-07 14:14:54 +01:00
457b4cbb65 spacemacs.org cleanup 2020-01-30 14:07:23 +01:00
2867f6629a Moved org files, added proper README
Org files are moved from org/config-website to org/config. Symlink img
was changed accordingly.

org/config/index.org is no longer a symlink and was replaced by the
former README.org which is now shorter and more consice.

org/config/header.org was cleaned, no more lines related to LaTeX
exports and no unused macros
2020-01-30 13:12:09 +01:00