Ack that wordnik-synonym is no more

master
Jacopo De Simoi 8 years ago
parent d5f6395c92
commit bde80b180e
  1. 7
      global.org

@ -386,9 +386,10 @@
(global-set-key (kbd "<S-f13>") 'just-activate-mark)
(global-set-key (kbd "<S-f14>") 'just-activate-mark)
;; * Wordnik :fixme:
(require 'wordnik-synonym)
(global-set-key (kbd "H-=") 'wn/synonym-at-point)
;; * Wordnik - this has bitrotten :fixme:
;(require 'wordnik-synonym)
;(global-set-key (kbd "H-=") 'wn/synonym-at-point)
;; * kill annoying completion buffer
(add-hook 'minibuffer-exit-hook
'(lambda ()

Loading…
Cancel
Save