A biblical scholar's attempt to use a computer well
- Emacs Lisp 96.9%
- Shell 3.1%
| bin/dot-local/bin | ||
| emacs | ||
| git/dot-config/git | ||
| hunspell | ||
| klog/dot-config/klog | ||
| pimsync/dot-config/pimsync | ||
| zk/dot-config/zk | ||
| .gitignore | ||
| .stowrc | ||
| README.md | ||
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).