diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 1d3f1e7..3fe9909 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -35,8 +35,9 @@ ;;; Key bindings. -;; C-h is a special snowflake in many situations; this is the most -;; reliable way I found to consistently get C-h to do what DEL does. +;; Rebinding C-h, the gateway to the Self-Documenting Editor's +;; defining feature, proved tricky; this is the most reliable way I +;; found to consistently get C-h to do what DEL does. ;; ;; Likewise, C-M-h is re-bound by some major modes (CC, Python, Perl), ;; so this is the simplest way I know of to make sure C-M-h sticks as |
