projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863fd24
)
magit loading
author
Joerg Jaspert
<joerg@ganneff.de>
Mon, 12 May 2014 10:45:13 +0000
(12:45 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Mon, 12 May 2014 10:45:13 +0000
(12:45 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
daf848f
..
e6802aa
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-2564,7
+2564,8
@@
Saner regex syntax
[2013-04-21 So 20:48]
magit is a mode for interacting with git.
#+BEGIN_SRC emacs-lisp :tangle yes
-(require 'magitload)
+;(require 'magitload)
+(safe-load (concat jj-elisp-dir "/magit/magit-autoloads.el"))
;(require 'magit-svn)
(global-set-key (kbd "C-x g") 'magit-status)
(setq magit-commit-signoff t)