Additional config for the modus theme
This commit is contained in:
@@ -160,8 +160,12 @@ Apply a nice looking theme.
|
|||||||
;; Light Theme
|
;; Light Theme
|
||||||
(use-package modus-operandi-theme)
|
(use-package modus-operandi-theme)
|
||||||
|
|
||||||
;; Syntax highlighing
|
;; Configure modus theme
|
||||||
(setq modus-operandi-theme-faint-syntax t)
|
(setq modus-operandi-theme-faint-syntax t)
|
||||||
|
(setq modus-operandi-theme-org-blocks 'rainbow)
|
||||||
|
(setq modus-operandi-theme-completions 'moderate)
|
||||||
|
(setq modus-operandi-theme-bold-constructs t)
|
||||||
|
(setq modus-operandi-theme-scale-headings t)
|
||||||
|
|
||||||
(load-theme 'modus-operandi t)
|
(load-theme 'modus-operandi t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -186,6 +190,7 @@ Use a nice looking modeline package
|
|||||||
(use-package telephone-line)
|
(use-package telephone-line)
|
||||||
(telephone-line-mode 1)
|
(telephone-line-mode 1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Ivy
|
* Ivy
|
||||||
Use Ivy to make minibuf promts better. Adds the ability to sort and filter.
|
Use Ivy to make minibuf promts better. Adds the ability to sort and filter.
|
||||||
** Use Ivy
|
** Use Ivy
|
||||||
@@ -667,5 +672,5 @@ This file is specific to the machine emacs runs on.
|
|||||||
It conatins customizations and file locations that are machine dependend.
|
It conatins customizations and file locations that are machine dependend.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq custom-file "~/.emacs.d/custom.el")
|
(setq custom-file "~/.emacs.d/custom.el")
|
||||||
;;(load custom-file 'noerror)
|
(load custom-file 'noerror)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Reference in New Issue
Block a user