diff options
Diffstat (limited to 'emacs/init.el')
-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 |