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
Fix SETUP_LOAD
master
10sr
6 years ago
parent
1bb74dab32
commit
595c2fd3b4
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
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
@@ -4,7 +4,7 @@
;; SETUP_LOAD: (let ((file "DOTFILES_DIR/emacs.el"))
;; SETUP_LOAD: (and (file-readable-p file)
;; SETUP_LOAD: (
load-file file
)))
;; SETUP_LOAD: (
byte-recompile-file file nil 0 t
)))
(setq debug-on-error t)
Write
Preview
Loading…
Cancel
Save