chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ca2eac7
)
dot/emacs: Fix `@BASH@' entry in `interpreter-mode-alist'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 5 Nov 2012 23:01:06 +0000
(23:01 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 5 Nov 2012 23:01:06 +0000
(23:01 +0000)
Brown paper bag, please.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 1a6985852866510eca0b991f9484996d6a76e9b8..7c97a2d241ab7d789736a526ce41e85b4d646faf 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-212,7
+212,7
@@
(setq dabbrev-case-replace nil) ;Retain case when completing
(setq linum-format "%7d ")
(setq next-line-add-newlines nil) ;Don't add weird newlines
(setq dabbrev-case-replace nil) ;Retain case when completing
(setq linum-format "%7d ")
(setq next-line-add-newlines nil) ;Don't add weird newlines
-(setq split-height-threshold
45)
;Reuse windows where sensible
+(setq split-height-threshold
nil)
;Reuse windows where sensible
(setq display-buffer-reuse-frames nil ;Don't confuse me by showing buffers
iswitchb-default-method 'samewindow) ;in other random frames
(setq dired-deletion-confirmer ;Make deletion easier in dired
(setq display-buffer-reuse-frames nil ;Don't confuse me by showing buffers
iswitchb-default-method 'samewindow) ;in other random frames
(setq dired-deletion-confirmer ;Make deletion easier in dired
@@
-546,7
+546,7
@@
(setq interpreter-mode-alist
(append `(("runlisp" . lisp-mode)
(setq interpreter-mode-alist
(append `(("runlisp" . lisp-mode)
- ("@BASH" . sh-mode)
+ ("@BASH
@
" . sh-mode)
("@PYTHON@" . python-mode)
("@PERL@" . perl-mode)
("@TCLSH@" . tcl-mode)
("@PYTHON@" . python-mode)
("@PERL@" . perl-mode)
("@TCLSH@" . tcl-mode)