Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Set debug-on-error to t before loading emacs.el
pull/1/head
10sr
10 anni fa
parent
942a3e92f4
commit
a674be4555
2 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-1
emacs.el
+1
-1
test/run.sh
+ 0
- 1
emacs.el
Vedi File
@@ -19,7 +19,6 @@
(eval-when-compile
(require 'cl nil t))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; prepare init.el
+ 1
- 1
test/run.sh
Vedi 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
Scrivi
Anteprima
Caricamento…
Annulla
Salva