[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disable self-insert-command
From: |
Noam Postavsky |
Subject: |
Re: Disable self-insert-command |
Date: |
Fri, 17 May 2019 07:17:18 -0400 |
On Fri, 17 May 2019 at 07:13, Joost Kremers <joostkremers@fastmail.fm> wrote:
> I've been trying to figure out if there's a straightforward way
> to disable all self-inserting characters through a minor mode,
> Any ideas? Anything I'm overlooking?
(define-key my-minor-mode-map [remap self-insert-command] 'ignore)