Last active
April 19, 2020 17:21
-
-
Save prednaz/4369b905ac29ddcae537542571afa707 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(global-set-key (kbd "<backtab>") 'indent-for-tab-command) | |
(add-hook 'haskell-indentation-mode-hook | |
(lambda () | |
(define-key haskell-indentation-mode-map (kbd "<backtab>") 'indent-for-tab-command))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment