branch: externals/ergoemacs-mode
commit 45a2ec3722ead93d1df3cb863f2ce03323c92117
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remove unused 'require
---
ergoemacs-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 19858d9..abc3985 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -196,8 +196,6 @@ The TEXT will be what the mode-line is set to be."
"[" ergoemacs-keyboard-layout
"]")))))
minor-mode-alist)))))
-(require 'lookup-word-on-internet nil "NOERROR")
-
(defconst ergoemacs-font-lock-keywords
'(("(\\(ergoemacs\\(?:-theme-component\\|-theme\\|-component\\|-require\\|-remove\\|-advice\\|-translation\\|-cache\\|-timing\\|-package\\|-autoload\\)\\)\\_>[
\t']*\\(\\(?:\\sw\\|\\s_\\)+\\)?"
(1 font-lock-keyword-face)