aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-09-22 13:50:52 -0300
committerEuAndreh <eu@euandre.org>2018-09-22 13:50:52 -0300
commitb09dc688eefc4c4c5541ee5cd61fe1c86f39d6a5 (patch)
tree8bf12ca727d0c6736ca74216050bb7fe3df53782
parentRemove custom debbugs elisp fn. (diff)
downloaddotfiles-b09dc688eefc4c4c5541ee5cd61fe1c86f39d6a5.tar.gz
dotfiles-b09dc688eefc4c4c5541ee5cd61fe1c86f39d6a5.tar.xz
Uncomment M-[ keybinding.
-rw-r--r--spacemacs.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 0f401e5..3afd983 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -581,8 +581,7 @@ dump."
(defvar custom-keybindings '(("→" . (lambda () (interactive) (evil-insert 1)))
("M-ç" . (lambda () (interactive) (find-file "~/annex/txt/TODOs.org")))
("M-SPC" . (lambda () (interactive) (just-one-space -1)))
- ;; ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org")))
- ))
+ ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org")))))
;; FIXME: put in a layer
(defvar custom-el-files '("~/annex/dev/code/dotfiles/emacs/re-jump.el"