Do not delete region on backspace

master
Jacopo De Simoi 12 years ago
parent 0abeaef3ea
commit 2052953c5d
  1. 9
      .gitmodules
  2. 1
      bibretrieve
  3. 1
      dash.el
  4. 1
      init.el
  5. 1
      smartparens

9
.gitmodules vendored

@ -7,3 +7,12 @@
[submodule "multiple-cursors.el"]
path = multiple-cursors.el
url = https://github.com/magnars/multiple-cursors.el.git
[submodule "smartparens"]
path = smartparens
url = https://github.com/Fuco1/smartparens.git
[submodule "dash.el"]
path = dash.el
url = https://github.com/magnars/dash.el.git
[submodule "bibretrieve"]
path = bibretrieve
url = https://github.com/pzorin/bibretrieve.git

@ -0,0 +1 @@
Subproject commit aff34c6e1a074ac4fd574d8e66fd9e0760585419

@ -0,0 +1 @@
Subproject commit 4ecfea65300dc1b129f9cf738625b875dc353e2a

@ -10,6 +10,7 @@
'(compilation-auto-jump-to-first-error t)
'(current-language-environment "English")
'(default-input-method "rfc1345")
'(delete-active-region nil)
'(flyspell-duplicate-distance 0)
'(flyspell-mark-duplications-flag t)
'(font-latex-fontify-sectioning (quote color))

@ -0,0 +1 @@
Subproject commit ab74554e655416966e6731f1d4d3b24608a34dfd
Loading…
Cancel
Save