#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/emacs elisp-sloc () { wc -l ~/.emacs.d/emacs-init/**/*.el | awk 'END { print $1 }' }