diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 12:04:12 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-07-30 12:04:12 -0500 |
| commit | 348507638576563528b6a9ab5091ca906490dd51 (patch) | |
| tree | 2269e9b7fe8111bf8b0088837639d4ffcacf6628 /emacs/early-init.el | |
| parent | dc1b0050762fc115814119ea06518de5363fe038 (diff) | |
Convert dotfiles to GNU Stow package layout
Restructure into per-app stow packages (bash, emacs, mako) whose trees
mirror $HOME. Preserve emacs runtime data under the new package path and
update .gitignore accordingly. Add README documenting stow usage.
Assisted-by: Claude:claude-opus-4-8
Diffstat (limited to 'emacs/early-init.el')
| -rw-r--r-- | emacs/early-init.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el deleted file mode 100644 index 7770747..0000000 --- a/emacs/early-init.el +++ /dev/null @@ -1,9 +0,0 @@ -(setq inhibit-startup-message t) - -;; minimal UI -(menu-bar-mode -1) -(tool-bar-mode -1) -(setq use-dialog-box nil) - -;; be quiet please... -(setq ring-bell-function 'ignore) |
