diff options
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 827a640..76db306 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -934,3 +934,4 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (consult-ripgrep "~/")) (global-set-key (kbd "<f5>") #'noa/consult-rg-home) +(use-package i-ching :ensure t) |