1
0
Fork 0

Remove unused light emacs theme

This commit is contained in:
Jeremy Kaplan 2017-11-29 21:44:46 -08:00
commit 51bae8e79e
2 changed files with 0 additions and 76 deletions

View file

@ -8,9 +8,6 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(column-number-mode t)
'(custom-safe-themes
(quote
("ce08249e5bb367822a811e84a7a9cc44c4228605ab7cbbb6896039529720809a" "2b280ad6cde9097a8677663009decae239a35d70a180d2321baf9e467696f6c8" default)))
'(evil-respect-visual-line-mode t)
'(fill-column 80)
'(global-hl-line-mode t)
@ -149,7 +146,6 @@
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'jdkaplan t)
;; (load-theme 'jdkaplan-light t)
(require 'js2-mode)
;; (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))