dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

pdf-tools-test.el (369B)


      1 ;; -*- lexical-binding: t; -*-
      2 
      3 ;; * ================================================================== *
      4 ;; * Tests not fitting anywhere else
      5 ;; * ================================================================== *
      6 
      7 (require 'ert)
      8 
      9 (ert-deftest pdf-tools-semantic-workaround ()
     10   (let (python-mode-hook)
     11     (require 'tablist)
     12     (should (null python-mode-hook))))