This commit is contained in:
Henrik Lissner 2015-08-13 12:14:41 -04:00
parent b32a587b75
commit 90ef15e1c1
13 changed files with 93 additions and 106 deletions

View file

@ -12,12 +12,10 @@
:config
(add-hook! reb-mode 'narf|reb-cleanup)
(evil-set-initial-state 'reb-mode 'insert)
(bind! :map reb-mode-map
:n "C-g" 'reb-quit
:n [escape] 'reb-quit
:n [backtab] 'reb-change-syntax))
(provide 'module-regex)
;;; module-regex.el ends here