aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs5
1 files changed, 2 insertions, 3 deletions
diff --git a/.emacs b/.emacs
index de883a3..6435b61 100644
--- a/.emacs
+++ b/.emacs
@@ -248,9 +248,8 @@ Otherwise split the current paragraph into one sentence per line."
(use-package outline-magic
:ensure t
- :hook ((outline-mode . (lambda () (require 'outline-cycle))))
- :bind (:map outline-minor-mode-map
- ([f10] . outline-cycle)))
+ :after outline
+ :bind (:map outline-minor-mode-map ([f10] . outline-cycle)))
(use-package paren
:ensure t