]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove overly-optimistic delay on Emacs Lisp coloring.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Thu, 5 May 2016 00:14:55 +0000 (17:14 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Thu, 5 May 2016 00:14:55 +0000 (17:14 -0700)
context-coloring-emacs-lisp.el

index 71602664cff9b5ff000130958b9ca1f29f0c60a5..05caa5aa8e4e44663fe935eaa47181b93ecd102f 100644 (file)
@@ -727,7 +727,6 @@ It could be a quoted or backquoted expression."
  'emacs-lisp
  (list :modes '(emacs-lisp-mode lisp-interaction-mode)
        :colorizer #'context-coloring-elisp-colorize
  'emacs-lisp
  (list :modes '(emacs-lisp-mode lisp-interaction-mode)
        :colorizer #'context-coloring-elisp-colorize
-       :delay 0.016 ;; Thanks to lazy colorization this can be 60 frames per second.
        :setup #'context-coloring-setup-idle-change-detection
        :teardown #'context-coloring-teardown-idle-change-detection)
  context-coloring-dispatch-hash-table)
        :setup #'context-coloring-setup-idle-change-detection
        :teardown #'context-coloring-teardown-idle-change-detection)
  context-coloring-dispatch-hash-table)
@@ -765,7 +764,6 @@ It could be a quoted or backquoted expression."
  'eval-expression
  (list :predicate #'context-coloring-eval-expression-predicate
        :colorizer #'context-coloring-eval-expression-colorize
  'eval-expression
  (list :predicate #'context-coloring-eval-expression-predicate
        :colorizer #'context-coloring-eval-expression-colorize
-       :delay 0.016
        :setup #'context-coloring-setup-idle-change-detection
        :teardown #'context-coloring-teardown-idle-change-detection)
  context-coloring-dispatch-hash-table)
        :setup #'context-coloring-setup-idle-change-detection
        :teardown #'context-coloring-teardown-idle-change-detection)
  context-coloring-dispatch-hash-table)