|
From: | Emanuel Berg |
Subject: | Re: Question About Nuking 'Ranger.el' Package's 'Deer' Portion's 'deer-from-dired' Function |
Date: | Sat, 19 Feb 2022 17:04:31 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Samuel Banya wrote: > How do you do this? If you for example never want to view `view-emacs-problems' and can think of no better use of `C-h C-p' then eval (global-set-key "\C-h\C-p" #'ignore) and the next time you it it (by mistake maybe) nothing will happen. You can put it like this: (global-set-key "\C-h\C-p" #'ignore) ; view-emacs-problems so when you see it, you remember what function it was. -- underground experts united https://dataswamp.org/~incal
[Prev in Thread] | Current Thread | [Next in Thread] |