emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

.dir-locals.el (349B)


      1 ((emacs-lisp-mode
      2   (compile-command . "cask exec ert-runner --reporter ert")
      3   (eval ignore-errors
      4         (push (quote ("Tests" "(\\(\\<ert-deftest\\)\\>\\s *\\(\\(?:\\sw\\|\\s_\\)+\\)?" 2)) imenu-generic-expression)
      5         (when (string-match-p "test" (buffer-file-name))
      6           (setq-local emojify-inhibit-emojify-in-current-buffer-p t)))))