rrbgggrww 's Library tagged → View Popular
Emacsでipython « ナンクル力学系
-
.emacsに次の設定を追加で書き込む。
;; python-mode設定
(add-to-list ‘load-path “/usr/share/emacs/site-lisp/python-mode”)
(setq auto-mode-alist (cons ‘(”\\.py$” . python-mode) auto-mode-alist))
(setq interpreter-mode-alist (cons ‘(”python” . python-mode) interpreter-mode-alist))
(autoload ‘python-mode “python-mode” “Python editing mode.” t)
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t);; ipython設定
(require ‘ipython)
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in meadow
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo

