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 emacs
Related Lists on Diigo
-
Emacs
Items: 1 | Visits: 24
Created by: ramneek handa
-
Emacs
Items: 6 | Visits: 32
Created by: Chris D'Iorio
-
Emacs bugs with spam
Collecting bugs with spam h...
Items: 3 | Visits: 43
Created by: era e
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo

