This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
emacs.el: Fix fetch-library-enabled-p bug
pull/2/head
10sr
9 years ago
parent
f6e0d1e95e
commit
48d5303083
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emacs.el
+ 1
- 1
emacs.el
View File
@@ -91,7 +91,7 @@ FORCE-DOWNLOAD-P) will be ignored."
(< 0
(length dryrun)))
(setq fetch-library-enabled-p
t
)
nil
)
(message "EMACS_EL_DRY_RUN is set. Skip fetching libraries.")))
(defun download-file (url path &optional ok-if-already-exists)
Write
Preview
Loading…
Cancel
Save