]> git.eshelyaron.com Git - emacs.git/commitdiff
Speed up loading css-mode
authorLeo Liu <sdl.web@gmail.com>
Mon, 7 Jan 2019 21:15:24 +0000 (05:15 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 7 Jan 2019 21:16:03 +0000 (05:16 +0800)
lisp/textmodes/css-mode.el: Remove (require 'eww) which is redundant
and slow.  (Bug#33939)

lisp/textmodes/css-mode.el

index 016f0e8fc8cd7b76a24a141637585047a67a2987..67a0c9f7a57ea7c184eff7526e8eaea230d769d1 100644 (file)
@@ -32,7 +32,6 @@
 
 ;;; Code:
 
-(require 'eww)
 (require 'cl-lib)
 (require 'color)
 (require 'seq)