|
|
|
@ -128,6 +128,9 @@ |
|
|
|
(setq subword-backward-regexp "\\(\\(\\W\\|[[:lower:][:digit:]]\\)\\([\\\\[:upper:]]+\\W*\\)\\|\\W\\w+\\)") |
|
|
|
(setq subword-backward-regexp "\\(\\(\\W\\|[[:lower:][:digit:]]\\)\\([\\\\[:upper:]]+\\W*\\)\\|\\W\\w+\\)") |
|
|
|
(global-set-key (kbd "<f6>") 'sourcepair-load) |
|
|
|
(global-set-key (kbd "<f6>") 'sourcepair-load) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; Well this is really useful for LaTeX only, but then it gets in the way when I use the minibuffer. |
|
|
|
|
|
|
|
(global-set-key (kbd "S-SPC") "\\") |
|
|
|
|
|
|
|
|
|
|
|
;; this should really be called in the hook |
|
|
|
;; this should really be called in the hook |
|
|
|
|
|
|
|
|
|
|
|
(setq default-fill-column 120) |
|
|
|
(setq default-fill-column 120) |
|
|
|
|