Commit Graph

1731 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 7b3fe54d8e
[Git] Go back to default branch name 2020-10-25 11:26:21 +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 f9c45fe286
[Encrypted files, symlink] Move encrypted file and symlink target
Since I am moving away from $HOME/.emacs.d, the last remaining file in
this directory has been moved to the equivalent $HOME/.config/emacs.

The $HOME/.emacs.d symlink also now points to a relative path, making it
username-agnostic.
2020-10-14 18:39:48 +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 712fb54c2f
[Emacs] Forgot to rename my org file in my dotspacemacs
continuous-integration/drone/push Build is passing Details
2020-10-01 18:22:32 +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 05c85ed9dd
[Mimeapps] Zathura is now the default PDF viewer 2020-10-01 18:19:09 +02:00
Lucien Cartier-Tilet b85e9fb922
[Emacs submodule] Update `conlanging' Spacemacs layer 2020-10-01 09:58:02 +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