diff --git a/init.el b/init.el index e38a135..f520e02 100644 --- a/init.el +++ b/init.el @@ -556,7 +556,9 @@ w32-pass-apps-to-system nil w32-apps-modifier 'hyper)) -;; "Et cetera" settings +;;; "Et cetera" settings +;; This should stay as /minimal/ as possible. Anything that can go somewhere +;; else /should/ go there. (setup emacs (:option disabled-command-function nil load-prefer-newer t @@ -568,6 +570,9 @@ (:global "M-=" count-words) + ;; Remap C-h to DEL -- can be the "help" key + (define-key key-translation-map [?\C-h] [?\C-?]) + (:leader "C-c" save-buffers-kill-emacs "t" acdw/insert-iso-date))