My Emacs Configuration written with a literate programming style
Find a file
2023-12-21 11:51:21 -08:00
data
elisp Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
screenshots Extract the Evil configuration into its own file 2023-12-21 11:51:21 -08:00
snippets Fix header to have correct tags 2023-12-19 20:15:26 -08:00
support Fix the dashboard including a function to tell me what is available 2022-04-01 11:35:27 -07:00
templates Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
.gitignore Removing Tree Sitter 2023-09-08 10:58:17 -07:00
beep-notify.wav
bootstrap.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
CONTRIBUTING.md Add CONTRIBUTING and a Code of Conduct 2022-01-10 22:24:49 +00:00
ha-agendas.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-aux-apps.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-capturing-notes.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-config.org Extract the Evil configuration into its own file 2023-12-21 11:51:21 -08:00
ha-dashboard.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-data.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-display.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-email.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-eshell.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-evil.org Extract the Evil configuration into its own file 2023-12-21 11:51:21 -08:00
ha-feed-reader.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-irc.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-org-clipboard.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-org-graphviz-example.png Minor copyright touchups on my snippets. 2022-03-09 17:14:21 -08:00
ha-org-journaling.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-org-plantuml-example.png Get PlantUML back to working in org mode documents 2022-04-11 20:37:15 -07:00
ha-org-publishing.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-org-sprint.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-org-word-processor.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-org.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-passwords.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-clojure.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-elisp.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-haskell.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-ocaml.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-python.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-ruby.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-rust.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming-scheme.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-programming.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
ha-remoting.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
initialize Fix a couple of bugs for 29.1 2023-08-04 08:29:54 -07:00
LICENSE Add LICENSE 2022-01-10 22:10:36 +00:00
README-Linux.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
README-MacOS.org Reorganizing my Publishing Approach 2023-12-20 19:54:30 -08:00
README.org Extract the Evil configuration into its own file 2023-12-21 11:51:21 -08:00

My Emacs Configuration

Introduction

Ive crafted my Emacs configuration, I cheekily call hamacs, in a literate programming model, heavily inspired by my recent journey into Henrik Lissner's Doom Emacs and Spacemacs. While I used both extensively, I decided I would roll my own as Emacs people like myself, tend to be control freaks (at least a little bit).

The advantage to rolling yer own is I tend to use what I add, leading to less bloat. In reality, this is more fun.

Using literate programming for my Emacs configuration gives me an easy way to share my code. So yes, feel free to steal whatever you find interesting, as sharing makes our community great. Notice that functions and features I have written begin with ha-, but everything else is either stock Emacs or a package I download using straight (see bootstrap for how for details) and configured with use-package (see either this introduction or this wiki page for those details)… meaning most blocks of code should work on its own.

My configuration is broken into chapters around particular subjects, applications or programming languages. This allows me to selectively load individual chapters. For instance, currently, Im not doing much with Ruby, so I just remove it from the end of my bootstrap. I also going load my UI configuration if I am using the Terminal (doesnt happen much, actually). So jump to the chapters of interest.

Hit me up with questions on Mastodon: @howard@emacs.ch.

If you want to try the entire process, after installing Emacs, clone this repo with:

  git clone https://github.com/howardabrams/hamacs

And then, run:

./initialize

To create ~/.emacs.d/init.el which starts the process loading the files.

Core Configuration

Bootstrap
configures straight and loads basic libraries the rest of the code depends on. It then loads the following files in order.
Configuration
contains most of my configuration, setting up my sequence key menus, evil, etc.
Evilness
configuration for using VI, er, vim keybindings in Emacs.
GUI Display
sets up the visual aspects of an Emacs GUI, including themes and fonts.
Dashboard
sets up initial window layout of the main project with a dashboard.
Data
functions for dealing with a buffer-full of data.

Org Mode Configuration

Initial Org Configuration
configures the basics for org-mode formatted files. Specific features come from their own files.
Word Processing
attempts to make Org files visually look like a word processor, including turning off the colors for headers, and instead increasing their size.
Clipboard
automatically converting HTML from a clipboard into Org-formatted content.
Journaling
for writing journal entries and tasks.
Publishing
code for publishing my website, www.howardism.org.
Sprint Notes
functions for working with the my Org-focused sprint file.
Agendas
attempts to "supe-up" my task list.
Capturing Notes
my engineering notebook.

Terminal Configuration

If you know me, I appreciate the light-weight nature of Eshell (see this talk at EmacsConf 2022), but Eshell doesnt work that well with some of my remote work.

Eshell
customization and enhancement to the Emacs shell.
Remote Access
my interface to systems using SSH and Vterm.

Programming Configuration

While Im a language polyglot, I usually focus on one or two languages at a time, and my configuration may acquire a wee bit of cruft. That said, Im attempting to convert over to LSP (with varying degrees of success).

General Programming
configuration for all programming languages, or at least, the simple ones.
Emacs Lisp
additions to Emacs Lisp programming.
Python
configuration for working with Python and LSP.
Scheme
configuration for Guile and Racket.
Clojure
configuration for Clojure.
Ruby
configuration for Ruby.

Miscellanea

Applications
optional applications, like Twitter and Telegram.
Email
reading email using notmuch in a Hey fashion.
RSS Reader
configuration of elfeed as well as my RSS feeds.
IRC
connection to IRC servers using rcirc and bitlbee.
Passwords
code for generating passwords.

Summary

The elisp directory contains non-literate code.

Other functions and files come from essays written on my blog. To help with this synchronization, I created a support/final-initialize.el file, but that shouldnt be too interesting to others.

You may ask yourself, Howard, why are you still using Github. The only reason is that Org files automatically get rendered as HTML with the code block correctly syntax highlighted. This may change. 🤓