diff options
author | Case Duckworth | 2021-08-14 17:21:39 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-14 17:21:39 -0500 |
commit | 9c2fd2848f0d28f57341428c0f2804ef0c2ee73b (patch) | |
tree | 13e3cfd85c3f5c8bd6c312793230e4fe1d47720e | |
parent | Implement `with-eval-after-loads' macro (diff) | |
download | emacs-9c2fd2848f0d28f57341428c0f2804ef0c2ee73b.tar.gz emacs-9c2fd2848f0d28f57341428c0f2804ef0c2ee73b.zip |
Remove comments
-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 | ||