diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-21 06:35:47 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-21 06:35:47 +0000 |
commit | 5d2075e0e9c5fd6287af88f7898b58d198667c9d (patch) | |
tree | 34df8b2597866c0f07f17c6c8ec50dde69ca8d85 /init.el | |
parent | 775b2e33819d77b53bfc76e471499d893d3edc86 (diff) |
formatting
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ ;; encoding (prefer-coding-system 'utf-8) (setq coding-system-for-read 'utf-8) -(setq coding-system-for-write 'utf-8) + (setq coding-system-for-write 'utf-8) ;; calfw (use-package calfw-org |