| bin/bin | ||
| dunst | ||
| emacs/.emacs.d | ||
| fontconfig/.config/fontconfig/conf.d | ||
| gnome/.themes/prot-gnome-standard/gnome-shell | ||
| gtk | ||
| keyring/.config/autostart | ||
| mbsync | ||
| mpv/.config/mpv | ||
| msmtp/.config/msmtp | ||
| NO-STOW-git/.config/git | ||
| notmuch | ||
| rofi/.config/rofi | ||
| shell | ||
| systemd/.config/systemd/user | ||
| vim | ||
| xorg | ||
| xorg-twm | ||
| .gitignore | ||
| COPYING | ||
| README.md | ||
My Emacs and other configurations for Arch Linux
This is the set of files that powers my day-to-day computing experience. GNU Emacs is its centrepiece, with other programs providing ancillary functionalities. In some cases, such as with the configurations for Vim, all relevant files are carried over from my pre-Emacs days and are maintained as a contingency plan or in case I need to revisit some old setup.
Do not track my dotfiles (rolling, unstable, and untested)
Ceci n'est pas une distribution Emacs.
This repo functions as a laboratory of experimentation for my computing environment. What I do with Emacs or any other program in the GNU/Linux milieu that forms part of my dotfiles is only meant to work for me. As such, I offer no support whatsoever to those tracking this repository and may introduce breaking changes without prior notice.
This is all to say that you understand the risks associated with tracking an ever-changing project that does not enjoy widespread testing and whose target audience is only me. If you are fine with that and are willing to assume responsibility for any possible breakage, then please feel welcome to follow along. You can always open an issue here or contribute any fixes, if you will.
Emacs setup
I do not recommend you reproduce my Emacs setup because I do not use
the de facto standard of use-package to configure packages. I
prefer a simpler approach.
If you insist though, the files are in the emacs directory. Add them
to your home directory with:
/path/to/prot-dotfiles $ stow -t "$HOME" emacs
This will create symlinks to my configuration files inside the
~/.emacs.d directory. My custom libraries are in the directory
prot-lisp while the configuration modules (where we tweak variables,
assign key bindings, etc.) are in the directory prot-emacs-modules.
The modules are loaded from the init.el. Each module defines the
packages to install/load. My setup auto-installs packages. This
will happen the first time you start up Emacs.
Read the file prot-emacs.org for further information on the anatomy
of my Emacs setup.
If you make changes to the dotfiles, such as by moving things around,
run stow again with the -R flag:
/path/to/prot-dotfiles $ stow -t "$HOME" -R emacs
Window managers
I used to have configurations for bspwm, herbstluftwm, and swaywm.
Since 2023-02-24 I have removed sway: Wayland is not ready for my
purposes and I have had no issues whatsoever with Xorg. I also tried
GNOME for a while to get a feel for Wayaland and see how Emacs
compiled --with-pgtk performs. In short: Emacs is the same and
Wayland is not as featureful as Xorg.
My two tiling window managers are bspwm and herbstluftwm. They are
both configured to be almost the same: they share settings for the
wallpaper, system panel, theme, keyboard layout, and display
compositor. All settings are in the xorg-twm directory ("twm"
stands for "tiling window manager"). What differentiates the two
window managers is their individual features.
-
bspwm: I have been using it for years and consider it top-notch. It is stable and scriptable. Use this if you prefer automatic tiling.
-
herbstluftwm (hlwm): Shares many concepts with bspwm, though herbstluftwm prioritises manual tiling methods and can treat arbitrary rectangles of a monitor as virtual monitors. The virtual monitors feature is perfect for anyone with a widescreen display. The one I have (which is not mine, but anyway) is 2560x1080, so I split it by default into a regular 1920x1080 area and another "sidebar" of 640x1080.
Check the xtwm-key-binding-cheatsheet.md file for an overview of
their key bindings.
Copying
Unless otherwise noted, all code herein is distributed under the terms of the GNU General Public License Version 3 or later.