A biblical scholar's attempt to use a computer well
  • Emacs Lisp 96.9%
  • Shell 3.1%
Find a file
2026-05-20 15:15:09 -04:00
bin/dot-local/bin bin: Add tool to reveal files/directories in GUI finder. 2026-05-08 06:47:17 -04:00
emacs emacs(pdf-annot): Use Markdown for annotations. 2026-05-20 15:15:09 -04:00
git/dot-config/git git(config): Default to FF on pulls. 2026-05-19 06:12:52 -04:00
hunspell hunspell: Add words. 2026-05-08 14:22:52 -04:00
klog/dot-config/klog klog: configure 2026-02-07 17:40:31 -05:00
pimsync/dot-config/pimsync emacs(ebdb): Sync via pimsync. 2026-05-14 08:27:35 -04:00
zk/dot-config/zk return to Stow 2026-01-27 17:30:02 -05:00
.gitignore ; Ignore .construe. 2026-03-26 14:46:40 -04:00
.stowrc stow: Ignore .construe folders. 2026-03-26 14:46:40 -04:00
README.md readme(emacs): Disable gc-mark-trace. 2026-05-12 16:43:36 -04:00

My dotfiles

A biblical scholar's attempt to use a computer well.

Emacs

macOS

I build Emacs using libraries from MacPorts.

./autogen.sh
CFLAGS='-O2 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -I/opt/local/include/gcc15 -mcpu=native' \
LDFLAGS='-L/opt/local/lib/gcc15 -Wl,-rpath,/opt/local/lib/gcc15' \
./configure \
--disable-gc-mark-trace \
--with-native-compilation \
--with-rsvg \
--with-small-ja-dic \
--with-tree-sitter \
--without-compress-install \
--without-dbus \
--without-mailutils \
--without-pop

TeX (ConTeX)

macOS

I prefer installing BasicTeX and using tlmgr to install ConTeXt and friends (such as GregorioTeX).