remove theme global keybindings that I'm not using
1 files changed, 0 insertions(+), 5 deletions(-) M lisp/themes.el
M lisp/themes.el => lisp/themes.el +0 -5
@@ 61,8 61,3 @@ ;; defalut theme (zenburn-theme) - -(global-set-key (kbd "C-c C-t C-d") #'dark-theme) -(global-set-key (kbd "C-c C-t C-l") #'light-theme) -(global-set-key (kbd "C-c C-t C-t") #'switch-theme) -(global-set-key (kbd "C-c C-t C-n") #'no-themes)