~edwargix/emacs.d

6cbd0ae3de0fc2b15d9e436f8a3e38482f03c5b2 — David Florness a month ago 15ae9ea
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)