From 5caba931d66b294d89c145e9a229bdb2b08ba733 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Sat, 21 Sep 2024 22:19:17 -0400 Subject: [PATCH] small --- config.el | 5 ++--- init.el | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.el b/config.el index 90eb95a..7d5494a 100644 --- a/config.el +++ b/config.el @@ -13,7 +13,6 @@ (setq doom-font (font-spec :family "JetBrains Mono" :size 14)) (setq fancy-splash-image (concat doom-user-dir "splash.png")) (setq doom-theme 'doom-monokai-pro) -;; (setq doom-theme 'doom-molokai) (setq +doom-dashboard-pwd-policy nil) @@ -23,8 +22,8 @@ (setq scroll-preserve-screen-position t) (setq global-hl-line-modes nil) -(custom-set-faces! - '(line-number :foreground "#424242")) +;; (custom-set-faces! +;; '(line-number :foreground "#424242")) (setq locale-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) diff --git a/init.el b/init.el index 60ae77f..3dad68e 100644 --- a/init.el +++ b/init.el @@ -43,7 +43,7 @@ :editor file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding - format ; automated prettiness + format ; automated prettiness ;;god ; run Emacs commands without modifier keys ;; lispy ; vim for lisp, for people who don't like vim ;; multiple-cursors ; editing in many places at once