Update init.el
This commit is contained in:
parent
900b1868ee
commit
768e06d701
1 changed files with 9 additions and 6 deletions
|
@ -11,6 +11,8 @@
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
|
|
||||||
|
(show-paren-mode 1)
|
||||||
|
|
||||||
(recentf-mode 1)
|
(recentf-mode 1)
|
||||||
|
|
||||||
(require 'package)
|
(require 'package)
|
||||||
|
@ -28,12 +30,13 @@
|
||||||
|
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
:init
|
:init
|
||||||
(setq modus-themes-bold-constructs t
|
(setq modus-themes-bold-constructs t
|
||||||
modus-themes-italic-constructs nil)
|
modus-themes-italic-constructs nil)
|
||||||
(modus-themes-load-themes)
|
(setq modus-themes-mode-line '(borderless (padding . 1)))
|
||||||
:config
|
(modus-themes-load-themes)
|
||||||
(modus-themes-load-vivendi))
|
:config
|
||||||
|
(modus-themes-load-vivendi))
|
||||||
|
|
||||||
(use-package d-mode)
|
(use-package d-mode)
|
||||||
(use-package go-mode)
|
(use-package go-mode)
|
||||||
|
|
Loading…
Reference in a new issue