branch: elpa/popup
commit 2d288d3ee39e428c7751a41e2e88f0e3e308036a
Author: Jen-Chieh Shen <[email protected]>
Commit: GitHub <[email protected]>
Update Eask
---
Eask | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/Eask b/Eask
index d1ba32675d..6eb8719188 100644
--- a/Eask
+++ b/Eask
@@ -1,14 +1,15 @@
-(source "gnu")
-(source "melpa")
-
-(package "popup" "0.5.9" "Visual Popup User Interface")
+(package "popup"
+ "0.5.9"
+ "Visual Popup User Interface")
(package-file "popup.el")
+(source "gnu")
+(source "melpa")
+
(depends-on "emacs" "24.3")
(development
(depends-on "ert"))
-(setq network-security-level 'low ; see
https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
- byte-compile-error-on-warn nil)
+(setq network-security-level 'low) ; see
https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432