diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.el b/init.el index 4209a6b..0fddc6e 100644 --- a/init.el +++ b/init.el | |||
@@ -849,12 +849,6 @@ like a dumbass." | |||
849 | "M-u" upcase-dwim | 849 | "M-u" upcase-dwim |
850 | "M-l" downcase-dwim) | 850 | "M-l" downcase-dwim) |
851 | 851 | ||
852 | ;; (when (display-graphic-p) | ||
853 | ;; (:global "<escape>" keyboard-escape-quit)) | ||
854 | |||
855 | ;; Remap C-h to DEL -- <f1> can be the "help" key | ||
856 | ;; (define-key key-translation-map [?\C-h] [?\C-?]) | ||
857 | |||
858 | (:global "C-c t" acdw/insert-iso-date | 852 | (:global "C-c t" acdw/insert-iso-date |
859 | "C-z" nil)) | 853 | "C-z" nil)) |
860 | 854 | ||