Skip to content

Instantly share code, notes, and snippets.

@prednaz
Last active April 19, 2020 17:21
Show Gist options
  • Save prednaz/4369b905ac29ddcae537542571afa707 to your computer and use it in GitHub Desktop.
Save prednaz/4369b905ac29ddcae537542571afa707 to your computer and use it in GitHub Desktop.
(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