diff options
author | noa@gaiwan.org | 2024-06-15 17:19:36 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-15 17:19:36 +0000 |
commit | ac075b19a32bfc6e592fcacf4c3bef91e0dc8bba (patch) | |
tree | 5c75507f2d32a102fa0f875c6385c4cbbb914cc3 /emacs | |
parent | 9562511508e06fdeb4365ff60db4ee09949b883e (diff) |
Add i-ching package. Why? Why not?
Diffstat (limited to 'emacs')
-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) |