summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-15 17:19:36 +0000
committernoa@gaiwan.org2024-06-15 17:19:36 +0000
commitac075b19a32bfc6e592fcacf4c3bef91e0dc8bba (patch)
tree5c75507f2d32a102fa0f875c6385c4cbbb914cc3 /emacs/init.el
parent9562511508e06fdeb4365ff60db4ee09949b883e (diff)
Add i-ching package. Why? Why not?
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
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)