From 8da0aede4fec57274029e64d397ee90e52d8fa01 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 May 2014 09:20:24 -0400 Subject: [PATCH] Remove previous attempt for wordnik impl --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 0b48120..56575e0 100644 --- a/init.el +++ b/init.el @@ -304,10 +304,6 @@ This is the same as using \\[set-mark-command] with the prefix argument." (byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (load "bibretrieve") - -;; (require 'wordnik) -;; (setq wordnik-api-key "fa815fa92045b7fa23699014d0a01c081b3d9c3c761292bf3")(kbd "H-=") synonym-at-point) - (require 'wordnik-synonym) (global-set-key (kbd "H-=") 'wn/synonym-at-point)