Commit Graph

962 Commits

Author SHA1 Message Date
phundrak 8e3ba15e45 [PKGBUILD] Emacs version bump 2021-10-12 10:52:15 +02:00
phundrak 0fce224715 [AUR] Emacs version bump, 28.0 to 29.0 2021-10-07 18:33:01 +02:00
phundrak a6a4c4950f [Emacs] Add graphviz/dot mode 2021-10-07 18:32:36 +02:00
phundrak 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
phundrak 1647f49c2c [StumpWM] Add some new XF86 media keys 2021-10-07 18:29:41 +02:00
phundrak cb1c697f66 [StumpWM] Add ncmpcpp keybinds 2021-10-02 14:21:31 +02:00
phundrak 4fe28fb965 [AwesomeWM] whitespace 2021-10-02 14:20:21 +02:00
phundrak dc52aa597f [StumpWM] Add convenience keybindings 2021-10-02 13:05:15 +02:00
phundrak 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
phundrak 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
phundrak 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
phundrak 58d6018199 [StumpWM] Remove unneeded headers for Elisp blocks 2021-09-18 19:04:22 +02:00
phundrak 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
phundrak 66d81280a6 [StumpWM] typo 2021-09-18 15:51:16 +02:00
phundrak 9060067b59 [Emacs] Add $HOME to ignored projects in projectile
Projectile will now stop considering $HOME as a project. This is due
to my dotfiles and the way they are managed my dotfiles manager, yadm.
2021-09-18 15:50:07 +02:00
phundrak d1dbae1915 [Emacs] Fix mu4e keybinds, handle screen width better, and stop spam
For some reason, some keybinds in mu4e weren’t getting undefined
anymore, this is now fixed.

Add automatic vertical split if the screen is considered wide
enough (120 characters for the headers mode and 80 characters for the
message view mode). If the screen or the headers mode window are not
wide enough, the window will split horizontally instead of vertically.

This commit also adds a function to quickly insert a response to
spammers to get them trapped in an infinite loop of emails. See the
new links in this commit.
2021-09-18 15:45:53 +02:00
phundrak ac3ece02f0 [AUR] Bump Emacs version, go back to master branch 2021-09-18 15:44:56 +02:00
phundrak 90608c53e3 [Spacemacs] Move org capture templates out of main config
Use org capture templates out of my main config so they can be shared
between my Spacemacs config and my vanilla config
2021-09-01 22:10:11 +02:00
phundrak 3bc7860010 [Emacs] Some better keybinds
Add global keybind that opens my init.el file

Better org table keybinds
2021-09-01 22:10:11 +02:00
phundrak 62479ff343 [Emacs] Add Dart and Python configuration 2021-09-01 22:10:11 +02:00
phundrak 6585252a51 [Misc] Stop f*cking up my org tables! 2021-09-01 22:10:11 +02:00
phundrak fc2214f459 [Index] Update deprecated information 2021-09-01 22:10:11 +02:00
phundrak 5453bd0253 [Sitemap] Add StumpWM to the sitemap 2021-09-01 21:34:27 +02:00
phundrak 22bbd61ed1 [StumpWM] Reorganize some code, better keybinds and modeline
Some modules loaded in init.lisp are instead loaded in modeline.lisp,
as it makes more sense.

Update modeline’s format.

Update groups’ number and name, they now have an actual name and
visible purpose. Their definition is also made at the same time as the
definition of the windows linked to these groups, generated by
different Elisp code blocks but from the same table.

Used fonts are also updated, loading more than one doesn’t seem to
have an effect. This commit also adds a comment on OTF fonts.

More keybinds and keymaps are now defined through tables to make them
more readable and easier to maintain.

Some keybinds are removed to make more sense between my Emacs keybinds
and keychords and StumpWM’s. Some move from window keychords to buffer
keychords.

Some Elisp functions are hidden in a dedicated noexport heading.
2021-09-01 21:34:02 +02:00
phundrak b47dcbca37 [Index, signature] Remove outdated info from my email signature 2021-09-01 21:17:27 +02:00
phundrak b43fc760b3 [AUR] Change Emacs optimisation, change to pgtk branch
Avoid potential bugs and errors with Emacs by changing the
optimisation level to O2 instead of O3

Switch to pgtk branch in case I want to try a wayland compositor

Bump version
2021-09-01 21:15:26 +02:00
phundrak 44aa14bad3 [Other] Moved two applications to ~/.local/opt
These applications used to live in my home directory, this commit
reflects their directory change with their .desktop file
2021-09-01 21:13:18 +02:00
phundrak 00a93963fa [StumpWM] Remove commented code 2021-08-24 11:58:15 +02:00
phundrak e05d4bc77d [Encrypted] Updated encrypted files 2021-08-23 17:28:31 +02:00
phundrak d00901a40e [Emacs] Add StumpWM mode
This mode allows evaluating common-lisp code for StumpWM
2021-08-02 14:27:50 +02:00
phundrak b3383980f6 [Emacs] Add some default options for minted 2021-08-02 14:27:20 +02:00
phundrak 54b0174781 [Emacs] Fix keybind with mouse-{2,3} 2021-08-01 19:03:20 +02:00
phundrak 76ffd76c2a [StumpWM] Fix keybinds 2021-07-30 19:17:17 +02:00
phundrak ef6a0f4b89 [Emacs] Better filter for mu4e-alert, remove evil-surround 2021-07-30 19:11:30 +02:00
phundrak 6781d8831f [Emacs] Better org-mode config, add org-ref
Better exporters, better support of org-babel

Exporters added:
- ox-ssh
- ox-epub
- ox-gfm

Better HTML and LaTeX export

org live HTML preview

Add org-ref
2021-07-30 19:10:31 +02:00
phundrak 34ae56fd24 [Emacs] Better Info-mode 2021-07-30 19:07:29 +02:00
phundrak fc16384b1f [Emacs] Add Eshell packages
Eshell autosuggest (fish-like)

Eshell implementation of z

Eshell syntax highlighting (fish-like)

WIP powerline-eshell theme
2021-07-30 19:06:25 +02:00
phundrak ff624ab8da [Emacs] Add packages, reorganize headings
Add LSP mode and LSP-related packages

Add CMake-related packages

Add C/C++ configuration

Add Common Lisp configuration

Remove smartparens-mode for EmacsLisp

Add Lua configuration

Add Rust configuration

Add Web programming config, including:
- Javascript
- web-mode
- Css
- Scss
2021-07-30 19:01:29 +02:00
phundrak de3f34e988 [Emacs] Undefine mouse-2' and mouse-3' 2021-07-30 18:52:29 +02:00
phundrak b31d203334 [Emacs] Add new packages
- org-tree-slide    : presentation mode for org-mode
- git-gutter-fringe : show edited zones in files since last commit
- archwki           : navigate local archwiki pages with Emacs
- keycast           : show which keys are pressed
- sicp              : read the sicp in Emacs
- ytplay            : read YouTube videos from Emacs in mpv
- toml-mode
- better info-colors
2021-07-30 18:50:10 +02:00
phundrak f83e2d5808 [Emacs] Keep modeline with writeroom-mode 2021-07-30 18:47:29 +02:00
phundrak f88ee5535d [Emacs] Add Magit-Gitflow, Ripgrep interface, Smartparens 2021-07-30 18:46:04 +02:00
phundrak 380258c819 [Emacs] Reorganize some headings, add insert-pair bindings 2021-07-30 18:44:15 +02:00
phundrak 00c00f42ef [Emacs] Better config for PDF reader
Improved keybinds, freed the use of local leader `,'
2021-07-30 18:26:07 +02:00
phundrak 8604abc87d [Emacs] Better mu4e, nov-mode config
Better formatting for `eshell-info-banner' bookmark

Unbind some keys for some keymaps

Better face for replied to emails

Remove useless `progn'

Go from `:general' to `general-define-key'. For some reason, the
former seems to not perform correctly.
2021-07-30 18:23:36 +02:00
phundrak 59362050d1 [Emacs] Fix keybinds in window resizing hydra 2021-07-30 18:15:56 +02:00
phundrak f04293d664 [Emacs] Better keybind generation with noweb 2021-07-30 18:03:30 +02:00
phundrak 848162b3c7 [Awesome] Update scrot usage, bette Emacs invocation
Scrot will get its output file moved to a dedicated directory

Emacs’ default profile has been vanilla for quite some time now, no
need to explicitely call it with this profile
2021-07-30 18:01:10 +02:00
phundrak c0691580ce [Bootstrap] Better default locale 2021-07-30 18:00:47 +02:00
phundrak 53e5d6d333 [Fish] Set `$XMODIFIERS' as an empty variable
This helps with Emacs, otherwise some keybindings with the bépo layout
won’t work. Weird...
2021-07-30 18:00:01 +02:00