summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-03 11:11:37 +0000
committernoa@gaiwan.org2024-07-03 11:11:37 +0000
commite4492bd2120213fd3d1293141271e692883fff68 (patch)
tree77e606ac9be67816dcecd1cd9525ff2d862b824a
parent5770f2b00ca3a7949aab18e4d8652265138799c6 (diff)
Add dictionary commentary
-rw-r--r--config.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.org b/config.org
index a0cd4d2..92bd3ab 100644
--- a/config.org
+++ b/config.org
@@ -1938,6 +1938,21 @@ At the moment, i am still recording sent mail in the outbox directory of my mail
   (setopt message-interactive t)
 #+end_src
 
+* Dictionary
+Emacs has built in support for interfacing with dictd.  With dictd and some dictionaries installed on debian, this works fine out of the box.
+
+Unfortunately, dictionaries in this format tend to be hard wrapped and there isn't a lot of coverage outside of english
+
+#+begin_src elisp
+  (setopt dictionary-search-interface nil)
+#+end_src
+
+Dictionary tooltip mode lets me hover over a word to view the definition.
+
+#+begin_src elisp
+  (setopt dictionary-tooltip-mode t)
+#+end_src
+
 * Unsorted
 Just a few settings i haven't put into another category yet.