Skip to content

Commit

Permalink
update .emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
number23 committed May 31, 2012
1 parent 81a8eb1 commit 73ce694
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions emacs/.emacs
Expand Up @@ -151,11 +151,14 @@
(setq py-python-command "/usr/local/bin/pypy")
(setq-default py-indent-offset 4)
(setq pymacs-python-command py-python-command)
(autoload 'pymacs-load "pymacs" nil t)
(autoload 'pymacs-eval "pymacs" nil t)
(autoload 'pymacs-apply "pymacs")
(autoload 'pymacs-call "pymacs")
(require 'pycomplete)
(eval-after-load "python-mode"
'(progn
(autoload 'pymacs-apply "pymacs")
(autoload 'pymacs-call "pymacs")
(autoload 'pymacs-load "pymacs" nil t)
(autoload 'pymacs-exec "pymacs" nil t)
(autoload 'pymacs-eval "pymacs" nil t)
(require 'pycomplete)))

;;; js-mode
;; emacs -batch -f batch-byte-compile *.el
Expand Down

0 comments on commit 73ce694

Please sign in to comment.