Emacs


Hugo

To prevent server error due to lock files:

(setq create-lockfiles nil)

This prevents creating .#<name>.md symlinks that are invalid and make hugo build fail.