projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180e4fa
)
.py is python mode
author
Joerg Jaspert
<joerg@nsb-software.de>
Thu, 28 Aug 2014 08:26:48 +0000
(10:26 +0200)
committer
Joerg Jaspert
<joerg@nsb-software.de>
Thu, 28 Aug 2014 08:26:48 +0000
(10:26 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
6215224
..
1b79059
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-3698,7
+3698,7
@@
various variables. Elpy author may like them, but I'm not him...
#+BEGIN_SRC emacs-lisp :tangle yes
(use-package elpy
:defer t
- :mode ("\.py" .
elpy
-mode)
+ :mode ("\.py" .
python
-mode)
:init
(progn
(safe-load (concat jj-elisp-dir "/elpy/elpy-autoloads.el"))