emacs - keymapings, re-map M-[ as C-M-a, M-] as C-M-e
[dotfiles.git] / emacs.d_old / config / init-color-theme-2.el
1 (require 'color-theme)
2
3 (load-theme 'sanityinc-tomorrow-bright t)
4
5
6 (provide 'init-color-theme-2)