Skip to content

Commit b9713a1

Browse files
committed
Fix Eask code style
1 parent e488ed4 commit b9713a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Eask

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
(development
2323
(depends-on "php-mode")
24-
(depends-on "buttercup")
25-
)
24+
(depends-on "buttercup"))
2625

27-
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
26+
;; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
27+
(setq network-security-level 'low)

0 commit comments

Comments
 (0)