dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 225acc4d9e9ca032a893e2ae886e38b9e8df33a3
parent a62bf7c435b06d224e5bbf18f62684a5d3fb9ef3
Author: rmj <pwishie@gmail.com>
Date:   Sat, 11 Apr 2020 15:40:44 -0700

modus vivendi options

Diffstat:
M.econfig.org | 24++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/.econfig.org b/.econfig.org @@ -109,11 +109,17 @@ (add-to-list 'load-path "~/.emacs.d/themes/") -(use-package modus-vivendi-theme - :ensure t) - -(use-package dracula-theme - :ensure t) +(setq modus-vivendi-theme-slanted-constructs nil + modus-vivendi-theme-bold-constructs nil + modus-vivendi-theme-visible-fringes nil + modus-vivendi-theme-subtle-diffs nil + modus-vivendi-theme-distinct-org-blocks nil + modus-vivendi-theme-proportional-fonts nil + modus-vivendi-theme-scale-headings nil + modus-vivendi-theme-scale-1 1 + modus-vivendi-theme-scale-2 1 + modus-vivendi-theme-scale-3 1 + modus-vivendi-theme-scale-4 1) (load-theme 'modus-vivendi t) @@ -131,6 +137,12 @@ ;; (telephone-line-mode t)) ;; + (use-package powerline + :ensure t + + :init + (powerline-default-theme)) + (global-set-key (kbd "M-<up>") 'text-scale-increase) (global-set-key (kbd "M-<down>") 'text-scale-decrease) (scroll-bar-mode nil) @@ -929,7 +941,7 @@ mpc next; mpc play " ** misc #+BEGIN_SRC emacs-lisp -(use-package highlight-indendation +(use-package highlight-indentation :ensure t) #+END_SRC