From 83e05382681298c2ab34d5cde58c858aeda75535 Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 3 Sep 2020 15:18:14 +0200 Subject: [PATCH] Use "modus-operandi" theme. --- README.org | 36 +++++++++++++++++++++++++++++++++--- elegant-emacs | 1 - 2 files changed, 33 insertions(+), 4 deletions(-) delete mode 160000 elegant-emacs diff --git a/README.org b/README.org index ccf2985..7315a9c 100644 --- a/README.org +++ b/README.org @@ -142,8 +142,26 @@ And it should be accessible with a quick keystroke: * Theming Load font from file. See [[https://github.com/rougier/elegant-emacs]] for more. #+BEGIN_SRC emacs-lisp - (load "~/.emacs.d/elegant-emacs/elegant-emacs-common.el") - (load "~/.emacs.d/elegant-emacs/elegant-emacs-light-theme.el") + ;; Light Theme + (use-package modus-operandi-theme) + (load-theme 'modus-operandi t) + + ;; Dark Theme + ;(use-package modus-vivendi-theme) + ;(load-theme 'modus-vivendi t) + + (setq default-frame-alist + (append (list '(width . 90) '(height . 50) + '(vertical-scroll-bars . nil) + '(internal-border-width . 10) + '(font . "Roboto Mono Light 10")))) +#+END_SRC + +Use a nice looking modeline package + +#+BEGIN_SRC emacs-lisp + (use-package telephone-line) + (telephone-line-mode 1) #+END_SRC * Ivy Use Ivy to make minibuf promts better. Adds the ability to sort and filter. @@ -426,7 +444,6 @@ OK, no more brackets. Now for a better formatted display. Here we set custom templates to be used for structure expansion. These are used when we type "<" folowed by the shortcut for a template and hit "TAB". e.g. "