summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-14 17:21:39 -0500
committerCase Duckworth2021-08-14 17:21:39 -0500
commit9c2fd2848f0d28f57341428c0f2804ef0c2ee73b (patch)
tree13e3cfd85c3f5c8bd6c312793230e4fe1d47720e /init.el
parentImplement `with-eval-after-loads' macro (diff)
downloademacs-9c2fd2848f0d28f57341428c0f2804ef0c2ee73b.tar.gz
emacs-9c2fd2848f0d28f57341428c0f2804ef0c2ee73b.zip
Remove comments
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
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