diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-11 13:31:51 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-11 13:31:51 +0100 |
commit | 995aaddb272240877aca36fbc1d3f2cf9ef2da23 (patch) | |
tree | 27034bb5cf1cd2a23dad732295cf87a9ecc7487d | |
parent | 9aba1ce59ff6c6d86768ec607c096818254713c5 (diff) |
emacs: Remove trailing newline
-rw-r--r-- | .config/emacs/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index 1b78baf..634acc0 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -110,4 +110,4 @@ 'mode-line nil :background background :foreground foreground - :box 'unspecified)) + :box 'unspecified))
\ No newline at end of file |