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
Set debug-on-error to t before loading emacs.el
pull/1/head
10sr
10 years ago
parent
942a3e92f4
commit
a674be4555
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
emacs.el
+1
-1
test/run.sh
+ 0
- 1
emacs.el
View File
@@ -19,7 +19,6 @@
(eval-when-compile
(require 'cl nil t))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; prepare init.el
+ 1
- 1
test/run.sh
View File
@@ -14,4 +14,4 @@ sh "$top"/setup.sh help
# emacs
emacs --version
emacs -q --debug-init --batch --load "$top"/emacs.el --kill
emacs -q --debug-init --batch --
eval "(setq debug-on-error t)" --
load "$top"/emacs.el --kill
Write
Preview
Loading…
Cancel
Save