force me out of M-[ and M-]

master
Jacopo De Simoi 11 years ago
parent c36f5838a5
commit 06d8ac9818
  1. 6
      .gitmodules
  2. 1
      emacs-deferred
  3. 3
      init.el
  4. 1
      sage-shell-mode

6
.gitmodules vendored

@ -34,3 +34,9 @@
[submodule "hlinum-mode"]
path = hlinum-mode
url = https://github.com/ffailla/hlinum-mode.git
[submodule "sage-shell-mode"]
path = sage-shell-mode
url = https://github.com/stakemori/sage-shell-mode.git
[submodule "emacs-deferred"]
path = emacs-deferred
url = https://github.com/kiwanami/emacs-deferred.git

@ -0,0 +1 @@
Subproject commit 896d4b53210289afe489e1ee7db4e12cb9248109

@ -249,6 +249,9 @@
(global-set-key (kbd "C-M-o") 'up-list) ;; -o stands for /out/
(global-unset-key (kbd "C-M-u"))
;; experimental: try to force myself to use the buffer commands
(global-unset-key (kbd "M-["))
(global-unset-key (kbd "M-]"))
(require 'visible-mark)
(visible-mark-mode t)

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