diff options
author | noa | 2025-02-22 03:14:20 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:14:20 +0800 |
commit | 612ddf60b0b10e6488829285a96d88efe3b6a1dd (patch) | |
tree | 5ef47a53c4669b63c1fc50194d153dd9fe54f6dd | |
parent | 69876a2fd4116e7379b30a641c257a354dca8198 (diff) |
Don't add line spacing in text files
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index 58efc48..ecf910d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -416,9 +416,6 @@ ) -(add-hook 'text-mode-hook (lambda () - (setq-local line-spacing 0.1))) - (use-package oc :after org :custom |