Go to file
2024-08-06 15:32:02 -05:00
doc Update some names and the logo 2024-07-12 18:51:49 -05:00
logos Update some names and the logo 2024-07-12 18:51:49 -05:00
whomp Updates to things 2024-08-06 15:32:02 -05:00
whomp.d Update a buncha changes 2024-07-12 18:32:01 -05:00
.gitignore Updates to things 2024-08-06 15:32:02 -05:00
early-init.el Update to revert something and include others 2024-07-17 22:55:33 -05:00
init.el Update to add initial social media support 2024-07-18 07:47:45 -05:00
README.org Update to clean up README to not need config.png 2024-07-14 04:14:00 -05:00

/caranmegil/whompmacs/media/branch/main/logos/logo1.png

W.H.O.M.P. Emacs Configuration

I recently was advised against rolling my own emacs configuration. Then someone did it, because he's smart like that. As it turns out, yeah, he admitted to being wrong. The result of rolling my own is a nice fast distribution that is somewhat opinionated.

Furthermore, most of the major changes in W.H.O.M.P. are highly experimental and haven't been suggested for T.H.W.A.P. just yet. Enjoy!

From the original developer of T.H.W.A.P.( https://github.com/fuzzy/thwapmacs/ ):

No doubt I've been helped along that journey by much reading and worthy YouTube Emacs content. And in that spirit I am publishing this configuration, and endeavoring to ensure that it is well commented and documented. If you have questions, concerns, or suggestions, feel free to start a discussion by opening an issue. If you have suggestions, and can't be asked to interact with someone, I get it, feel free to send a PR and we can communicate through code if that works for you.

Installation

Simply clone this repository as your ~/.emacs.d directory and start emacs.

test -d ~/.emacs.d && mv ~/.emacs.d ~/emacs.d
git clone https://rezrov.xyz/caranmegil/whompmacs ~/.emacs.d
emacs # start up emacs in the normal way and let it bootstrap

This configuration bootstraps and uses straight.el to manage all package installations.

Once you get emacs started, you will quickly find, that it is nearly as minimal as it can be. straight.el and use-package will have been bootstrapped, along with golden-ratio. There is a handy note in the keybindings listed on the dashboard telling you which keys to press, in order to get to the customization group. From there, you can enable and configure all of the avaiable layers of support. That keybinding for reference, is C-c w C-c.

Help

All keybindings set in this configuration are listed on the dashboard. Any other keybindings set by this configuration were the recommended defaults from the package. If a non-default was chosen, it is listed in the help information on the dashboard.

Additionally, with any custom configuration you may do, if you wish your keybindings to be added to the whomp-map, you may do so with the provided whomp/add-key-binding function, like so:

(whomp/add-key-binding
  "M-s"
  'org-edit-special
  "Edit the source at this point, in it's native mode")

This will prefix it with C-c w like all other W.H.O.M.P. Emacs commands, but it will also place the help message into the dashboard's greeting message as a reminder.

Features

W.H.O.M.P. Emacs (or whompmacs) is configured to be minimal out of the box, however has rich support for many different packages. All of these are off by default with VERY few exceptions. Below you will find a list of all the optional packages that are natively supported. Further, we'll go over how you can add your own configuration options and take advantage of the configuration interface.

Non-Optional/Default packages

  1. straight.el - straight works with use-package to fetch and setup local installations.
  2. use-package - use-package is a fantastic package management system for local installs.
  3. emacs-dashboard - A nice handy startup screen, filled with fun facts and stuff.

Optional packages

Optional packages are getting their own special home in the doc/ directory, so please refer to that location for any documentation on what packages are included.