[cp-prog] remove Cask condition for Emacs Lisp hydra

This commit is contained in:
contrapunctus 2021-02-15 16:25:56 +05:30
parent 5119a791f4
commit 65d9b22cf6
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@
(defun cp/prog-hydra ()
(interactive)
(cond ((or (derived-mode-p 'emacs-lisp-mode 'ielm-mode)
(file-exists-p "Cask")
;; ;; Similar problems with this as the f-glob below;
;; ;; e.g. false positive if you have a .dir-locals.el in
;; ;; a project...