From 768e06d7017d89ae8867954e2f82e353c6df48ed Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 25 Jun 2022 11:33:56 -0600 Subject: [PATCH] Update init.el --- openbsd/emacs.d/init.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/openbsd/emacs.d/init.el b/openbsd/emacs.d/init.el index 8bb25db..1fc20d0 100644 --- a/openbsd/emacs.d/init.el +++ b/openbsd/emacs.d/init.el @@ -11,6 +11,8 @@ (scroll-bar-mode -1) (menu-bar-mode -1) +(show-paren-mode 1) + (recentf-mode 1) (require 'package) @@ -28,12 +30,13 @@ (require 'use-package) (use-package modus-themes - :init - (setq modus-themes-bold-constructs t - modus-themes-italic-constructs nil) - (modus-themes-load-themes) - :config - (modus-themes-load-vivendi)) + :init + (setq modus-themes-bold-constructs t + modus-themes-italic-constructs nil) + (setq modus-themes-mode-line '(borderless (padding . 1))) + (modus-themes-load-themes) + :config + (modus-themes-load-vivendi)) (use-package d-mode) (use-package go-mode)