summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-30 22:55:23 -0400
committermattkae <mattkae@protonmail.com>2023-03-30 22:55:23 -0400
commit58845c042ecd5f9ae66bdb7405d45958952d95f5 (patch)
treeb0fa3a296a95cbf7269d32bcb88916ae4b4b56ac
parent4e96714e6f448fe3e0367b408462bb25acabed6d (diff)
Org mode doesn't need perfect-margin-mode
-rw-r--r--lisp/text.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/text.el b/lisp/text.el
index 3ee8e33..2438b7d 100644
--- a/lisp/text.el
+++ b/lisp/text.el
@@ -16,8 +16,7 @@
(use-package perfect-margin
:ensure t
:config
- (add-hook 'text-mode-hook 'my-perfect-margin-mode-hook)
- (add-hook 'org-mode-hook 'perfect-margin-mode))
+ (add-hook 'text-mode-hook 'my-perfect-margin-mode-hook))
(add-hook 'text-mode-hook 'setup-text-mode)
(use-package ispell