diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-02-15 16:59:55 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-15 16:59:55 -0800 |
| commit | f8a79225b75b71f7801564960cb8a2706121d414 (patch) | |
| tree | 2714915ad7e2908f0305e015cacf346938967246 | |
| parent | [emacs] Add more key binding to the documentation. (diff) | |
| download | emacs.d-f8a79225b75b71f7801564960cb8a2706121d414.tar.gz | |
[emacs] some UI tweaks.
| -rw-r--r-- | emacs.d/core/core-ui.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs.d/core/core-ui.el b/emacs.d/core/core-ui.el index 7abb052..07132f7 100644 --- a/emacs.d/core/core-ui.el +++ b/emacs.d/core/core-ui.el @@ -36,15 +36,12 @@ (global-whitespace-mode 1) (setq whitespace-style '(face trailing tabs tab-mark)) -(use-package leuven-theme - :init - (load-theme 'leuven t)) - (use-package smart-mode-line :ensure t :config (setq sml/theme 'light) (setq rm-whitelist '("")) + (setq sml/no-confirm-load-theme t) (sml/setup)) (use-package rainbow-delimiters |
