Try S-space for \

master
Jacopo De Simoi 12 years ago
parent f0a4778f24
commit ef55a2591f
  1. 3
      init.el

@ -128,6 +128,9 @@
(setq subword-backward-regexp "\\(\\(\\W\\|[[:lower:][:digit:]]\\)\\([\\\\[:upper:]]+\\W*\\)\\|\\W\\w+\\)")
(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
(setq default-fill-column 120)

Loading…
Cancel
Save