summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-10-27 21:13:32 -0500
committerCase Duckworth2020-10-27 21:13:32 -0500
commitfba112ca029305129b338816901f9191b832898e (patch)
tree7761d69c9b269ada4e29e4446b6b314a5a5a3e7e
parentAdd mixed-pitch package (diff)
downloademacs-fba112ca029305129b338816901f9191b832898e.tar.gz
emacs-fba112ca029305129b338816901f9191b832898e.zip
Add elpher-mode hook
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index fc135a7..5cfad3e 100644 --- a/config.org +++ b/config.org
@@ -617,7 +617,9 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
617 ("n" . elpher-next-link) 617 ("n" . elpher-next-link)
618 ("p" . elpher-prev-link) 618 ("p" . elpher-prev-link)
619 ("o" . elpher-follow-current-link) 619 ("o" . elpher-follow-current-link)
620 ("G" . elpher-go-current))) 620 ("G" . elpher-go-current))
621 :hook
622 (elpher-mode . visual-fill-column-mode))
621 623
622 (use-package gemini-mode 624 (use-package gemini-mode
623 :straight (gemini-mode 625 :straight (gemini-mode