Keeping acme-theme in package-config.el in case I ever want to go back to it.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
+ '(mode-line ((t (:foreground "black" :background "gray"))))
+ '(mode-line-inactive ((t (:foreground "black" :background "#cae0a6"))))
)
:ensure t)
(use-package acme-theme
- :ensure t
- :config
- (load-theme 'acme t))
+ :ensure t)
+ ;;:config
+ ;;(load-theme 'acme t))
(unless (eq system-type 'windows-nt)
(use-package slime :ensure t)
(global-display-line-numbers-mode t)
(set-face-background 'show-paren-match nil)
(set-face-underline 'show-paren-match t)
-;;(add-to-list 'default-frame-alist '(background-color . "#cae0a6"))
+(add-to-list 'default-frame-alist '(background-color . "#cae0a6"))
(unless (display-graphic-p)
(xterm-mouse-mode 1))