Closed
Description
My emacs configuration contains:
(delete-selection-mode t)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
In literate-haskell-mode
DEL/BACKSPACE keys do not delete selected text outside bird lines but work as expected for Haskell code.
I am quite new to Emacs but I think it can be fixed by changing haskell-indentaton.el
:
haskell-indentation-delete-backward-char
function to usedelete-backward-char
instead ofdelete-char
haskell-indentation-delete-char
function to usedelete-forward-char
instead ofdelete-char
Metadata
Metadata
Assignees
Labels
No labels