Commit Graph

458 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet a0b258581a
[Bin] Fix issue with awiki
This commit fixes an issue with awiki where selecting a page which title
contains whitespace would not open the page in the browser due to
remaining whitespace. This commit fixes it by replacing whitespace with
underscores.
2021-01-02 13:26:30 +01:00
Lucien Cartier-Tilet 182a8e62db
[Bin] ytplay now plays audio too 2021-01-02 00:59:07 +01:00
Lucien Cartier-Tilet 3ef805e07b
[Emacs] For some reason, this made Emacs break 2021-01-02 00:58:31 +01:00
Lucien Cartier-Tilet ec1169b3b7
[Emacs] Add leader key for evil-lisp-state 2020-12-30 00:12:14 +01:00
Lucien Cartier-Tilet 842c1253fd
[Emacs] Fix broken Wttr.in package 2020-12-30 00:11:53 +01:00
Lucien Cartier-Tilet ac9c34dcf1
[Emacs] Update and fix org capture 2020-12-30 00:11:22 +01:00
Lucien Cartier-Tilet 6519fa6793
[Bin, Awesome] Add script to read YouTube videos in mpv
New script to read YouTube videos in mpv, with possibility to choose
the video resolution

Also add shortcut in Awesome to invoke this script
2020-12-28 21:06:18 +01:00
Lucien Cartier-Tilet b9d4d6b180
[Emacs] Add swift to org-babel languages, neater noweb code 2020-12-27 19:00:30 +01:00
Lucien Cartier-Tilet 4ccab5440a
[Emacs] Run bibtex when exporting org to latex 2020-12-27 17:02:18 +01:00
Lucien Cartier-Tilet 7692337dc0
[Emacs] Reorganize some chapters 2020-12-27 17:01:50 +01:00
Lucien Cartier-Tilet e57da4e348
[Emacs] Make orgmode dates fixed-width 2020-12-27 17:00:46 +01:00
Lucien Cartier-Tilet 5ee319212d
[Emacs] Wider images in org-mode 2020-12-24 22:19:20 +01:00
Lucien Cartier-Tilet 734745a8e9
[Emacs] Add doc to two vars and a function, update emacs.org
Two of my variables declared at the beginning of my dotspacemacs are now
documented, as well as the function `phundrak/update-config-files-p'
2020-12-24 22:17:40 +01:00
Lucien Cartier-Tilet 09d9ba6446
[Emacs] Better org configuration, better handling of emacs startup
When Emacs starts up, it verifies twice the state of its .el and .elc
configuration files that come from emacs.org. If any of the .el file is
older than emacs.org, the latter is tangled again.
Then, if it detects any of the .elc file is older than its .el
counterpart, it will byte-compile the latter.
Tangling now happens within the launched Emacs instance and not in a
separate instance.

Nom all the orgmode configuration is done using noweb, and only one
block is tangled.
Some parts of the org configuration were reorganised to make the TOC
a bit lighter.
2020-12-24 12:51:28 +01:00
Lucien Cartier-Tilet 9c775aa613
[Emacs] Fix leading whitespace in org capture templates 2020-12-23 04:52:53 +01:00
Lucien Cartier-Tilet 7e717ac2aa
[Org] Fix header, move images, remove screenshots from index
The screenshots on the index page are better off on the i3 page

Setupfiles were not found for org files in subdirectories, this is fixed

Images are now correctly placed
2020-12-23 04:39:21 +01:00
Lucien Cartier-Tilet 00d31c4597
[Emacs] setq to defvar, lexical binding, rename and move headers
All exported `.el' files now have a lexical-binding header. This should
make parsing these files faster.

Custom variables such as the Nord colors are now declared with `defvar'
rather than with `setq' directly to avoid using free variables.

The package `info-colors' is now added, making info pages much more
pleasing to the eye.

Some headers in the Org chapter are renamed and organized alphabetically

Additional org variables to make it more usable

Variable `phundrak//eshell-banner--max-length' is renamed to
`phundrak//eshell-banner--max-length-part' in order to make its usage
more obvious from its name.
2020-12-23 04:26:27 +01:00
Lucien Cartier-Tilet 9710304da7
[Emacs] Add part on how this litterate config works 2020-12-23 02:13:45 +01:00
Lucien Cartier-Tilet b1f2be0016
[Emacs] Remove w3m layer, compile configuration files when exported
The w3m layer is now removed as I did not use it at all.

The conlanging layer is moved to ~/fromGIT/emacs-packages and now a
symlink points to its new location. This is done in order to prevent
Emacs from compiling its .el files when recompiling its configuration
files.

Configuration files are now compiled when emacs.org is tangled by Emacs
itself or if the .el files are newer than the .elc files.

TODO: find a way to natively compile and load these files instead of
just byte-compile them if native compilation is available
2020-12-23 01:54:07 +01:00
Lucien Cartier-Tilet bcd9ec58b5
[Emacs] Use rsync protocol instead of ssh for org projects 2020-12-21 20:45:30 +01:00
Lucien Cartier-Tilet 7228d91979
[Meta] Update website image header 2020-12-21 20:45:11 +01:00
Lucien Cartier-Tilet 82ae905195
[Emacs] Fix SVG integration, better example org buffer 2020-12-21 18:19:10 +01:00
Lucien Cartier-Tilet a33fa55ab7
[Emacs] Move org visual configuration, add screenshot of org buffer 2020-12-21 15:00:35 +01:00
Lucien Cartier-Tilet a4643fd8c1
[Org] Move deprecated and wip files in dedicated directories
Also update a bit some parts of my environment description.
2020-12-21 15:00:35 +01:00
Lucien Cartier-Tilet 2f80220f88
[Emacs] Banner fix, better mu4e display, neater code
Banner broke with memory filled by only a couple hundreds megabytes of
memory, the amount displayed was too large for what was reserved. More
space is now dedicated to displaying such numbers, and the ramp is thus
a bit shorter.

Mu4e header is now only 80 chars wide by default, regardless on the
width of the current frame.

Some code is now also better aligned, some whitespace was left from
earlier configuration that did not make it into the git repository
2020-12-19 17:31:20 +01:00
Lucien Cartier-Tilet 013eca17d3
[Emacs] Better description 2020-12-19 17:24:47 +01:00
Lucien Cartier-Tilet 79ded07aeb
[Emacs] Simpler code, uninstall unused packages 2020-12-19 17:24:17 +01:00
Lucien Cartier-Tilet 860e7c9d8b
[Awesome] Change chapter name 2020-12-10 10:34:34 +01:00
Lucien Cartier-Tilet dc41032190
[Emacs] Yet better face for replied to and forwarded emails in mu4e 2020-12-10 10:34:02 +01:00
Lucien Cartier-Tilet a47a471321
[Bootstrap] Add basic backage for installation 2020-12-10 10:20:54 +01:00
Lucien Cartier-Tilet 6665074db0
[Org files] Formatting 2020-12-10 10:20:21 +01:00
Lucien Cartier-Tilet 54e9e00078
[Fish] Better handling of user-defined paths 2020-12-10 10:06:46 +01:00
Lucien Cartier-Tilet 38843d8a4e
[Fish] Org file formatting 2020-12-10 10:06:32 +01:00
Lucien Cartier-Tilet e6775cefbd
[Emacs] Subdivide Mu4e configuration, fix Emacs filtering
This commit divides the Mu4e configuration into three subchapters.

Filtering for the Emacs mailinglists is also fixed.
2020-12-10 09:33:41 +01:00
Lucien Cartier-Tilet 1cd4f60338
[Emacs] Fix indistinguishable mu4e faces
This commit makes font face for replied to emails and unread emails more
distinguishable. The difference between the two were just the text being
bold or not, now replied to emails have a Nord15 foreground text color.
2020-12-10 09:10:52 +01:00
Lucien Cartier-Tilet 7e91539f5e
[Emacs] Better mu4e inboxes
Mailing lists are now separated from my main inbox. Linguistics and
Emacs now both have their own inbox.
2020-12-10 09:09:08 +01:00
Lucien Cartier-Tilet 0a54b4d67f
[Emacs] Fix Eshell banner
Fix reference to undefined variable

Fix incorrect calculation of usage percentage of memory
2020-12-10 09:08:22 +01:00
Lucien Cartier-Tilet 880a0e14df
[Emacs] Remove helm dependency for `find-org-files'
This function is also renamed from `find-org-file' to `find-org-files`
and it became much, much faster.
2020-12-10 09:07:34 +01:00
Lucien Cartier-Tilet 5f129d953a
[Emacs] Make Elisp source codes use lexical binding in org file 2020-12-07 18:34:48 +01:00
Lucien Cartier-Tilet 12c92fefbc
[Emacs] Add Eshell screenshot 2020-12-07 17:42:51 +01:00
Lucien Cartier-Tilet eee5575a2d
[Emacs] Move back code from custom layer to config for Dired 2020-12-07 17:39:33 +01:00
Lucien Cartier-Tilet 77bd751c05
[Emacs] Add function for taking SVG screenshots of Emacs 2020-12-07 16:24:44 +01:00
Lucien Cartier-Tilet 9d0dea47a4
[Emacs] Add code for beautiful Eshell banner 2020-12-07 15:00:00 +01:00
Lucien Cartier-Tilet 423a1c91cb
[Emacs] Remove Eshell syntax highlight package
This package often caused my configuration to break due to Emacs not
finding `eshell-syntax-highlight-global-mode' despite the package being
installed. More troublesome than it’s worth, I’m uninstalling it.
2020-12-07 14:59:07 +01:00
Lucien Cartier-Tilet dd60197fec
[Emacs] Add shortcut for publishing my blog 2020-12-06 11:30:44 +01:00
Lucien Cartier-Tilet ff12dbe2c9
[Emacs] Make `phundrak/blog-publish' interactive 2020-12-06 01:34:08 +01:00
Lucien Cartier-Tilet 541577f933
[Emacs] Add blog publishing function, reorganize order of headers 2020-12-06 00:55:33 +01:00
Lucien Cartier-Tilet 83d1dad6d5
[Emacs] Add Plantuml layer 2020-12-05 16:10:25 +01:00
Lucien Cartier-Tilet c46fcd3db7
[Emacs] Move Eshell functions to aliases
Many Eshell functions do not need to be declared as such and can do just
fine as Eshell aliases. This commit moves all these functions to the
'eshell-alias' file
2020-12-02 17:33:00 +01:00
Lucien Cartier-Tilet bdc4e543cf
[Emacs] Add shortcut to eshell 2020-12-02 17:29:37 +01:00
Lucien Cartier-Tilet 312a7ebf2d
[Emacs] Fix issue with path abbreviation in Eshell 2020-12-02 17:29:14 +01:00
Lucien Cartier-Tilet 888e237ab8
[Fish] Further theme appearance modification 2020-12-02 17:28:08 +01:00
Lucien Cartier-Tilet 9004bb84e6
[Fish] Update theme appearance of fish shell 2020-12-02 16:12:49 +01:00
Lucien Cartier-Tilet a4e83f1954
[Awesome] Fix behavior of scroll on tags 2020-12-02 14:20:24 +01:00
Lucien Cartier-Tilet 150c3e0b33
[Emacs] Better org-mode theme 2020-12-02 11:45:12 +01:00
Lucien Cartier-Tilet 516ff67996
[Emacs] Fix text in mu4e configuration 2020-12-02 11:38:49 +01:00
Lucien Cartier-Tilet fe13ebd0cc
[Emacs] Update packages, add Eshell syntax highlight 2020-12-01 21:55:00 +01:00
Lucien Cartier-Tilet 5d1bd2c45f
[Bootstrap] Remove bookworm, new defaults for djvu and epub
zathura is now the default reader for djvu books

Emacs is now the default reader for epub books
2020-12-01 21:48:19 +01:00
Lucien Cartier-Tilet 4584aa8f6b
[Bin] Fix org headers and page description 2020-12-01 16:16:59 +01:00
Lucien Cartier-Tilet 88c83ba51f
[Bin] add ytdl (youtube-dl wrapper) and rofi menu for it 2020-11-29 23:43:37 +01:00
Lucien Cartier-Tilet ec14b1c5a7
[Bin] Format update 2020-11-29 23:43:20 +01:00
Lucien Cartier-Tilet 20affaec43
[Fish] remove ytdl abbr 2020-11-29 13:47:28 +01:00
Lucien Cartier-Tilet 32d9f690e9
[Awesome] Add shortcut to rofi-ytdl, fix category of other command 2020-11-29 13:46:19 +01:00
Lucien Cartier-Tilet 2f0b3d1068
[Rofi] Nicer theme in my opinion 2020-11-29 13:28:13 +01:00
Lucien Cartier-Tilet 05ba577b2f
[Emacs] Better Emacs visual customization 2020-11-28 18:14:52 +01:00
Lucien Cartier-Tilet 4ee2023364
[Emacs] Add workaround for smartparens issue 2020-11-28 18:14:52 +01:00
Lucien Cartier-Tilet fcb10ceccb
[Awesome] Update and add rofi shortcuts 2020-11-28 18:14:52 +01:00
Lucien Cartier-Tilet e803c9cd6f
[Bootstrap] Add hugo to list of installed packages 2020-11-28 18:14:41 +01:00
Lucien Cartier-Tilet 7a9c3075e1
[Bootstrap] Update page’s name 2020-11-27 16:48:03 +01:00
Lucien Cartier-Tilet 1d5bf5a275
[Emacs] Add custom packages path 2020-11-27 16:48:03 +01:00
Lucien Cartier-Tilet 9dabe4c67b
[Emacs] Add shortcut for tetris, update org-mode faces 2020-11-27 16:48:03 +01:00
Lucien Cartier-Tilet 0c3211a046
[Awesome] Update name of script, slightly larger titlebars 2020-11-27 16:47:52 +01:00
Lucien Cartier-Tilet 6ddf6df989
[Emacs] Add evil keybindings for tetris 2020-11-19 11:29:13 +01:00
Lucien Cartier-Tilet c715ae59d9
[Emacs] Fix weird LaTeX output with tabs in source blocks 2020-11-19 11:28:41 +01:00
Lucien Cartier-Tilet 2da110c745
[Emacs] Fix reference in org file 2020-11-19 11:28:20 +01:00
Lucien Cartier-Tilet 078756c7d5
[Emacs] Better faces for org-mode 2020-11-19 11:27:43 +01:00
Lucien Cartier-Tilet 653ac27a8a
[Emacs] Some more beautiful Org-mode 2020-11-14 02:21:45 +01:00
Lucien Cartier-Tilet d66d66290b
[Emacs] remove indentation of properties drawers 2020-11-14 02:21:26 +01:00
Lucien Cartier-Tilet 3a1015b9e7
[Org files] Formatted org files to look better with new org config 2020-11-13 15:18:43 +01:00
Lucien Cartier-Tilet e3880c48b1
[Picom] Add exception to background blur 2020-11-13 00:40:27 +01:00
Lucien Cartier-Tilet 77883c75bd
[Emacs] Dotspacemacs update 2020-11-13 00:39:34 +01:00
Lucien Cartier-Tilet e514ed5e33
[Emacs] Prettify Org-mode 2020-11-13 00:38:04 +01:00
Lucien Cartier-Tilet 55cdad04ca
[Awesome] Add Mattermost to the tag 0 by default 2020-11-06 14:45:52 +01:00
Lucien Cartier-Tilet 6e9ac2b490
[Bin] Better script for toggling touchpad 2020-11-06 14:45:17 +01:00
Lucien Cartier-Tilet caba458431
[Emacs] Eshell prompt update
This commit removes the banner displayed on Eshell launch. I will
maybe do something with it one day similar to my fish_greeting
function for the fish shell.

The git prompt now also separates the current path in half if we are
in a git repository: the path up to the repository, the git prompt,
and then the relative path to the repo is are shown in that order.
To achieve that, `phundrak/is-dir-a-git-repo' has been modified to
return either the path to the git repo or `nil'.
2020-11-06 14:41:29 +01:00
Lucien Cartier-Tilet d40de0fdec
[Bootstrap] Symlink `plock' to `/usr/bin'
This is needed for xss-lock to work properly
2020-10-29 16:55:20 +01:00
Lucien Cartier-Tilet 0b5519e058
[Emacs] Add Swift layer with ob-swift, keybinding to woman
This commit adds to my configuration the Swift layer from Spacemacs, as
well as ob-swift for evaluating Swift code in org-mode –because
apparently it is not part of the layer itself.

The keybinding to `wttrin' is also modified to `SPC o a W', with its
original keybinding `SPC o a w' set to `helm-man-woman', a helm
interface to Emacs’ `woman'.
2020-10-29 16:55:19 +01:00
Lucien Cartier-Tilet b2f31ed88f
[Bin] rename lock utility from `lock' to `plock' 2020-10-29 16:55:19 +01:00
Lucien Cartier-Tilet 2795f44e2f
[Emacs] Update shell prompt regex 2020-10-25 11:26:04 +01:00
Lucien Cartier-Tilet 86de78bedb
[Emacs] Remove some Eshell-specific functions 2020-10-25 11:25:13 +01:00
Lucien Cartier-Tilet 24beba2616
[Emacs] Better slug generator for custom IDs, update some CUSTOM_IDs 2020-10-25 11:24:04 +01:00
Lucien Cartier-Tilet 72edabc4f1
[Emacs] Better code style, replace macro with function
`if's that had one branch are replaced with `when', and `if's which only
actual branch is the else branch are replaced by `unless'.

`phundrak/eshell-git-status' no longer verifies whether its `$path'
argument points to a git repository, that is now the role of the callee.

`phundrak/eshell-prompt' now makes use of more variables to make the
code more readable.

Some documentation is now formatted correctly
2020-10-25 11:17:15 +01:00
Lucien Cartier-Tilet e8b206ef94
[Emacs] Change the default mode for the scratch buffer to Elisp 2020-10-22 19:27:23 +02:00
Lucien Cartier-Tilet ae94dd23ff
[Emacs] Fix "function definition is void: abbr-pwd" error
continuous-integration/drone/push Build is passing Details
2020-10-22 15:48:22 +02:00
Lucien Cartier-Tilet 7d39ccd8a6
[Emacs] Update Eshell prompt regex
continuous-integration/drone/push Build is passing Details
2020-10-22 13:56:04 +02:00
Lucien Cartier-Tilet 5096b4f9a6
[Emacs] Update slug regex for CUSTOM_ID, update some CUSTOM_ID
This commit fixes the removal of the `~' character (it needed to be
escaped), add commas and backslashes to the list of characters to be
removed, and updates some `CUSTOM_ID' heading properties accordingly
2020-10-22 13:52:14 +02:00
Lucien Cartier-Tilet 3b865970e4
[Emacs] Yet some more documentation
This commit adds documentation for `phundrak/abbr-pwd', renamed to
`phundrak/abbr-path'
2020-10-22 13:51:50 +02:00
Lucien Cartier-Tilet 72496186f5
[Emacs] Rename `eshell/my-prompt', simplify `phundrak/abbr-pwd'
This commit renames `eshell/my-prompt' to `phundrak/eshell-prompt'.

`phundrak/abbr-pwd' is now simplified, and it is no longer responsible
for fetching the current path which must now be passed as its first
argument. It will also reject any argument which is neither a string
(should be the only type to be passed for public use) nor a list (for
internal usage).
2020-10-22 13:36:29 +02:00
Lucien Cartier-Tilet a405eb602a
[Emacs] Add documentation to undocumented functions 2020-10-22 13:35:04 +02:00
Lucien Cartier-Tilet 9cfa1c1ac4
[Emacs] Code style, prompt fix for Eshell
continuous-integration/drone/push Build is passing Details
A bug was introduced in b97bbf8 with the fix for Eshell, where the
abbreviated path was not used anymore. This commit fixes it.

This commit also introduces the new macro `phundrak/var-or-if-nil'
which is documented in the code. It has replaced some code already.

The coding style of some recent functions have been updated too,
arguments names now begin with a dollar `$' sign. This is just stylistic
and it has no influence on the code whatsoever.

Finally, some nested `if's in `phundrak/abbr-pwd' were converted in a
single `cond', which led to renaming two variables in order to avoid a
collision between the variable and the function `push' – `pull' has been
renamed accordingly.
2020-10-22 12:50:05 +02:00
Lucien Cartier-Tilet e6bb054b7a
[Emacs] Fix references to phundrak/nord* variables
continuous-integration/drone/push Build is passing Details
2020-10-22 08:45:35 +02:00
Lucien Cartier-Tilet b97bbf8206
[Emacs] Fix git prompt in Eshell
continuous-integration/drone/push Build is passing Details
2020-10-22 02:03:30 +02:00
Lucien Cartier-Tilet 070b61ef00
[Emacs] Eshell can now abbreviate the path in its prompt
continuous-integration/drone/push Build is passing Details
The `SPC o t S' keybinding is now also associated with toggling this
option.
2020-10-22 01:57:13 +02:00
Lucien Cartier-Tilet 833a6e1d75
[Emacs] Eshell prompt no longer relies on Magit 2020-10-22 00:52:01 +02:00
Lucien Cartier-Tilet 585695f085
[Emacs] Clarify documentation
continuous-integration/drone/push Build is passing Details
2020-10-21 23:56:57 +02:00
Lucien Cartier-Tilet 8178eefc14
[Emacs] Additional tweaks for Eshell prompt 2020-10-21 23:56:30 +02:00
Lucien Cartier-Tilet d51b59a963
[Emacs] Enhance powerline theme of Eshell
continuous-integration/drone/push Build is passing Details
2020-10-21 23:40:37 +02:00
Lucien Cartier-Tilet 5211c24410
[Emacs] Rework Eshell prompt
continuous-integration/drone/push Build is passing Details
The Eshell prompt is now git-aware with some powerline associated to it.
2020-10-21 23:21:10 +02:00
Lucien Cartier-Tilet 31eb64c2ba
[Emacs] add Docker Tramp method, move yadm Tramp method
continuous-integration/drone/push Build is passing Details
This commit adds the connection method for Docker containers through
Tramp and stores it under the newly created Tramp heading under which
the implementation of the Yadm connection method is implemented.
2020-10-21 17:55:22 +02:00
Lucien Cartier-Tilet 58f895743e
[Emacs] Simplified python layer 2020-10-21 17:54:57 +02:00
Lucien Cartier-Tilet 97c0c4c744
[Emacs] Simplify Elisp configuration code, more literate programming
continuous-integration/drone/push Build is passing Details
The list of languages supported with org-babel is now presented as an
org table.

Common variable values in org projects are now shared through one
variable each instead of having the value repeated.
2020-10-21 17:52:10 +02:00
Lucien Cartier-Tilet 209d835def
[Emacs] Update mu4e shortcuts
continuous-integration/drone/push Build is passing Details
Now all bookmarks hide deleted messages except the one dedicated to that
2020-10-20 13:52:59 +02:00
Lucien Cartier-Tilet b09de32f9b
[Bin] Update autostart script 2020-10-20 13:52:53 +02:00
Lucien Cartier-Tilet 942738cbb7
[Bootstrap] Remove unused package, add python poetry 2020-10-20 13:50:28 +02:00
Lucien Cartier-Tilet e46a5f3e4c
[Emacs] Remove helm-icons
continuous-integration/drone/push Build is passing Details
2020-10-14 18:44:24 +02:00
Lucien Cartier-Tilet 2b913fa2a7
[Emacs] Remove ESS layer and odf-mode, add org-roam support 2020-10-14 18:42:24 +02:00
Lucien Cartier-Tilet 522f17e440
[Emacs] whitespace 2020-10-14 18:42:04 +02:00
Lucien Cartier-Tilet 12491a827b
[Emacs] Update Spacemacs init chapter
This commit syncs the Spacemacs init chapter with Spacemacs’
dotspacemacs template
2020-10-14 18:38:22 +02:00
Lucien Cartier-Tilet 6b92c8bc4c
[Bin, Awesome] Add touchpad tapping toggling
XF86ToggleTouchpad is now bound to the new script `tttouchpad'
2020-10-14 18:34:30 +02:00
Lucien Cartier-Tilet 742b3009a8
[Bin, autostart] Remove mpd_discord_richpresence, add xss-lock
It seems `mpd_discord_richpresence' has been removed from the AUR, and as
such I cannot install it back for now.

On the other hand, it seems `xss-lock' has been forgotten in the
autostart until now. This is now fixed.
2020-10-14 18:32:44 +02:00
Lucien Cartier-Tilet 4fa4a12f90
[Fish] add support for NVMe SSDs in `fish_greeter' 2020-10-14 18:31:02 +02:00
Lucien Cartier-Tilet 5f5d991de1
[Bootstrap] Add missing packages in base install 2020-10-14 18:30:36 +02:00
Lucien Cartier-Tilet 3e3d197d44
[Emacs] Remove common-lisp layer, add Swift layer
This commit removes the common-lisp layer, as I do not use it anymore.

However, due to college, I need to be able to edit Swift code, hence its
addition.
2020-10-09 18:11:03 +02:00
Lucien Cartier-Tilet 80a3a944f3
[Emacs] Remove unused code
This commit removes code that had no effect.
2020-10-09 18:10:31 +02:00
Lucien Cartier-Tilet fb0263a3b7
[Emacs] Move out function definition for `phundrak/find-org-files'
This commit promotes a lambda to an actual function and moves it to the
custom functions part.
2020-10-09 18:08:58 +02:00
Lucien Cartier-Tilet ae0b14d962
[bin] Add pumopm to startup, new sshbind, deprecate polybar-launch
This commit adds PumoPM back to the autostart script. Its transition to a
systemd unit isn’t complete yet.

`sshbind' has been added as a shorthand for an `ssh' command.

Since I do not use polybar anymore, `polybar-launch' has been deprecated.
2020-10-09 18:06:52 +02:00
Lucien Cartier-Tilet 51474c0054
[Awesome] Add keybinding for changing screen focus
continuous-integration/drone/push Build is passing Details
Modkey+o now changes screen focus

Changing a client from screen to screen is now mapped to
Modkey+Shift+o
2020-10-03 20:22:03 +02:00
Lucien Cartier-Tilet 81ae88c905
[Bootstrap] Add Python LSP packages
continuous-integration/drone/push Build is passing Details
2020-10-01 18:27:22 +02:00
Lucien Cartier-Tilet d6fa32a202
[Bootstrap] Remove yapf package, add pyls-black python package
`pyls-black' is a new requirement for a proper LSP Python server, and
it is incompatible with `yapf', hence its removal.
2020-10-01 18:21:30 +02:00
Lucien Cartier-Tilet ec4a9538e8
[Emacs] Change title format of frame 2020-10-01 09:55:57 +02:00
Lucien Cartier-Tilet c66e4329bd
[Bootstrap] Revamped bootstrap
continuous-integration/drone/push Build is passing Details
Rewrite some parts that were not true anymore about my configuration,
add some interactivity for some settings some users would not
necessarily want.

Some parts that are no longer needed are also removed, such as yay
installation (done with archfi), nano, and go packages.

Some list of packages were made into org tables, and the command is
rewritten in litterate programming from these tables.
2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet 76abb602a2
[Sitemap] Reorganize sitemap 2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet 3ae554c976
[Bin, autostart] Remove PumoPM from autostart
PumoPM will soon get a systemd service file, which means it will no
longer be necessary to manually launch it.
2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet 7b2c7d8145
[Org source] Fix mkdirp tangling argument 2020-09-28 18:22:32 +02:00
Lucien Cartier-Tilet 6a41fe96dd
[Emacs] Change default download directory for mu4e
continuous-integration/drone/push Build is passing Details
2020-09-23 16:28:00 +02:00
Lucien Cartier-Tilet 48dcac5479
[Emacs] Added languagetool layer, added ligature support, new font
This commit adds the `languagetool' layer to my Emacs configuration.

Since Emacs 27.1, fonts ligatures are supported with Cairo. The
`unicode-fonts' adds support for such feature using `ligatures.el'.

Due to the modification above, I changed my default font to Cascadia
Code.
2020-09-23 16:24:57 +02:00
Lucien Cartier-Tilet 414eabf1a6
[Emacs] Add shortcut for `helm-locate'
continuous-integration/drone/push Build is passing Details
2020-09-17 13:13:48 +02:00
Lucien Cartier-Tilet d7c01752cc
[Emacs] Change HTML metadata, fix mu4e filter
continuous-integration/drone/push Build is passing Details
The Mu4e filter for my university emails wasn’t working properly, so I
fixed it.
2020-09-17 12:30:30 +02:00
Lucien Cartier-Tilet c3eeb62e7f
[Index] Bumped Emacs version
continuous-integration/drone/push Build is passing Details
2020-09-14 14:02:41 +02:00
Lucien Cartier-Tilet ac7d1f7c31
[Emacs] Renamed spacemacs.org to emacs.org
continuous-integration/drone/push Build is passing Details
While the documentation of this commit gets deployed, redirects on my
server should be up
2020-09-13 18:15:21 +02:00
Lucien Cartier-Tilet 77b133c4ca
[St, Emacs] Change default transparency
continuous-integration/drone/push Build is passing Details
2020-09-13 18:08:04 +02:00
Lucien Cartier-Tilet f0f07a6cc0
[Emacs] Unified my shortcuts for opening files
Since all my files that were opened with a `SPC o f' prefixed shortcut
all opened some org file located in precise directories, I unified
them all with a helm menu and only a couple of directories to specify
(I even added some).
2020-09-13 18:07:54 +02:00
Lucien Cartier-Tilet 9c9fae66d9
[Emacs] Updated configuration for C and C++ layer
continuous-integration/drone/push Build is passing Details
2020-09-12 00:48:35 +02:00
Lucien Cartier-Tilet 1ef2ccc436
[Bootstrap] Removed now unnecessary line
continuous-integration/drone/push Build is passing Details
This commit removes a line that sets all files in `~/.local/bin' as
executables. It was aimed at scripts exported from `bin.org' but it is
no longer required since the executability of these tangled files is
enforced by the shebang header argument added in commit 8f35b85ef1
2020-09-12 00:42:47 +02:00
Lucien Cartier-Tilet 62e4b6f52f
[Bootstrap, Org files] Removed tangling of deprecated configurations
continuous-integration/drone/push Build is passing Details
This commit removes tangling of deprecated configurations in the
bootstrap script.

It also removes a dunst mention in the spacemacs.org file.
2020-09-12 00:38:11 +02:00
Lucien Cartier-Tilet 7785198f64
[Emacs, mu4e] Change unread bookmark, add uni and emacs bookmark
The unread bookmark is changed to `bU', reserving the lowercase `u' for
the university emails bookmark.

This commit also adds a bookmark for my Emacs mailing list (the first
indicated list is now obsolete, but I keep it to still be able to see
old messages sent there).
2020-09-12 00:34:36 +02:00
Lucien Cartier-Tilet 175948c3d9
[Emacs] Added minimal width for headers view in mu4e
continuous-integration/drone/push Build is passing Details
2020-09-05 19:07:46 +02:00
Lucien Cartier-Tilet d509d8a825
[Polybar] Fixed issue with code generation 2020-09-05 19:07:18 +02:00
Lucien Cartier-Tilet 820f23326f
[Emacs] Issue fixed upstream
continuous-integration/drone/push Build is passing Details
2020-09-04 12:16:08 +02:00
Lucien Cartier-Tilet eb8a3c6db8
[Emacs] Renamed Spacemacs configuration page to Emacs
continuous-integration/drone/push Build is passing Details
2020-09-04 12:11:21 +02:00