chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile
[profile]
/
emacs
diff --git
a/emacs
b/emacs
index 5980490f515eee586d3d3921c46778060c5b6688..9b9ae9665026457249c2286ce4127defd996693d 100644
(file)
--- a/
emacs
+++ b/
emacs
@@
-498,6
+498,9
@@
(setq-default py-indent-offset 2)
(add-hook 'python-mode-hook 'mdw-fontify-python t)
(setq-default py-indent-offset 2)
(add-hook 'python-mode-hook 'mdw-fontify-python t)
+(setq py-python-command-args `("-i" "-colors" ,(if mdw-black-background
+ "Linux"
+ "LightBG")))
(setq-default tcl-indent-level 2)
(add-hook 'tcl-mode-hook 'mdw-fontify-tcl t)
(setq-default tcl-indent-level 2)
(add-hook 'tcl-mode-hook 'mdw-fontify-tcl t)
@@
-594,6
+597,14
@@
(cons head slime-lisp-implementations))))))
(setq slime-default-lisp 'sbcl)
(cons head slime-lisp-implementations))))))
(setq slime-default-lisp 'sbcl)
+;;;----- Blogging -----------------------------------------------------------
+
+(setq weblogger-config-alist
+ '(("vox"
+ ("user" . "mdw")
+ ("server-url" . "http://vox.distorted.org.uk/admin/mt-xmlrpc.cgi")
+ ("weblog" . "1"))))
+
;;;----- Shell mode ---------------------------------------------------------
;; --- Make the shell mode aware of my prompt ---
;;;----- Shell mode ---------------------------------------------------------
;; --- Make the shell mode aware of my prompt ---
@@
-606,6
+617,7
@@
;; --- Notice passwords, and make C-a work right ---
(add-hook 'shell-mode-hook #'mdw-sh-mode-setup)
;; --- Notice passwords, and make C-a work right ---
(add-hook 'shell-mode-hook #'mdw-sh-mode-setup)
+(setq shell-font-lock-keywords nil)
(add-hook 'term-mode-hook #'mdw-term-mode-setup)
(add-hook 'term-mode-hook #'mdw-term-mode-setup)