From 485507e2a931060f06df0be411d4d1c3ef08ed15 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Fri, 20 May 2022 08:55:02 -0600 Subject: [PATCH] Update config.el --- doomemacs/config.el | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/doomemacs/config.el b/doomemacs/config.el index 9a34f80..fd78bda 100644 --- a/doomemacs/config.el +++ b/doomemacs/config.el @@ -1,13 +1,11 @@ ;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- -;; Place your private configuration here! Remember, you do not need to run 'doom -;; sync' after modifying this file! - +;; +;; Rawley Fowler's config.el : Last Edited May 2022 +;; -;; Some functionality uses this to identify you, e.g. GPG configuration, email -;; clients, file templates and snippets. It is optional. -(setq user-full-name "John Doe" - user-mail-address "john@doe.com") +(setq user-full-name "Rawley Fowler" + user-mail-address "rawleyfowler@gmail.com") ;; Doom exposes five (optional) variables for controlling fonts in Doom: ;; @@ -17,25 +15,9 @@ ;; presentations or streaming. ;; - `doom-unicode-font' -- for unicode glyphs ;; - `doom-serif-font' -- for the `fixed-pitch-serif' face -;; -;; See 'C-h v doom-font' for documentation and more examples of what they -;; accept. For example: -;; -;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) -;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) -;; -;; If you or Emacs can't find your font, use 'M-x describe-font' to look them -;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to -;; refresh your font settings. If Emacs still can't find your font, it likely -;; wasn't installed correctly. Font issues are rarely Doom issues! - -;; There are two ways to load a theme. Both assume the theme is installed and -;; available. You can either set `doom-theme' or manually load a theme with the -;; `load-theme' function. This is the default: (setq doom-theme 'doom-gruvbox-light) - (add-to-list 'default-frame-alist '(fullscreen . maximized)) -(setq doom-font (font-spec :size 16)) +(setq doom-font (font-spec :size 14)) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. @@ -45,7 +27,6 @@ ;; change `org-directory'. It must be set before org loads! (setq org-directory "~/org/") - ;; Whenever you reconfigure a package, make sure to wrap your config in an ;; `after!' block, otherwise Doom's defaults may override your settings. E.g. ;;