Try to fix [backtab] on GNU Emacs

This commit is contained in:
Henrik Lissner 2017-05-19 13:07:59 +02:00
parent 914b0fae43
commit abe9f06350
2 changed files with 4 additions and 5 deletions

View file

@ -328,6 +328,7 @@
;; properly, more like vim, or how I like it.
(map! (:unless window-system "TAB" [tab]) ; Fix TAB in terminal
[S-iso-lefttab] [tab] ; Fix TAB in GNU Emacs
;; I want C-a and C-e to be a little smarter. C-a will jump to
;; indentation. Pressing it again will send you to the true bol. Same goes