X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=801a072de37dfd95bef525a0eb76dbba3ab526e5;hb=43855b4c79190de8b9c58f05ca2b612ddd3056af;hp=7e4a870993917b5cf848dfca0e76b47e03e375b8;hpb=c8c762c4cdd32c63947bee3dc2459061d4f7e0c0;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 7e4a870..801a072 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -2525,6 +2525,15 @@ stolen from [[https://github.com/mariolong/emacs.d/blob/f6a061594ef1b5d1f4750e9d (insert (format "%s" (with-ivy-window (thing-at-point 'symbol))))))) #+END_SRC +* Dictionary +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (use-package bing-dict + :ensure t + :commands (bing-dict-brief) + :config + (global-set-key (kbd "s-d") 'bing-dict-brief)) +#+END_SRC + * TODO Temp directory for cached/history/temp files #+BEGIN_SRC emacs-lisp :tangle yes :results silent (use-package recentf