From b042c7c16688d0779b4880fe9be53ab44fdf618d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 19 Nov 2020 08:52:14 -0500 Subject: [PATCH] [emacs] Add padding around windows back and font bump --- emacs/.doom.d/config.el | 10 +++++----- emacs/.doom.d/config.org | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 13355b5..78bdfb7 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -4,14 +4,14 @@ (setq ivy-read-action-function #'ivy-hydra-read-action) (setq doom-theme 'doom-challenger-deep - doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light) - doom-big-font (font-spec :family "JetBrains Mono NL" :size 16) - doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) + doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light) + doom-big-font (font-spec :family "JetBrains Mono NL" :size 17) + doom-variable-pitch-font (font-spec :family "Overpass" :size 17)) ;; Applies to current frame -;(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame +(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame ;; If we create new frames (via emacsclient) this will do the trick -;(add-to-list 'default-frame-alist '(internal-border-width . 10)) +(add-to-list 'default-frame-alist '(internal-border-width . 10)) (nyan-mode) ;; progress in the form of a rainbow cat. (add-hook 'after-init-hook #'global-emojify-mode) ;; emojis?! diff --git a/emacs/.doom.d/config.org b/emacs/.doom.d/config.org index 39791f3..2336000 100644 --- a/emacs/.doom.d/config.org +++ b/emacs/.doom.d/config.org @@ -19,9 +19,9 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus for it's retro charm. Nimbus just doesn't look great when I'm tired though. #+BEGIN_SRC emacs-lisp (setq doom-theme 'doom-challenger-deep - doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light) - doom-big-font (font-spec :family "JetBrains Mono NL" :size 16) - doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) + doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light) + doom-big-font (font-spec :family "JetBrains Mono NL" :size 17) + doom-variable-pitch-font (font-spec :family "Overpass" :size 17)) #+END_SRC ** Borders Barring the unfortunate end of X11 development and my eventual transition to @@ -30,9 +30,9 @@ is that when you're trying your best to rice up i3, Emacs needs a padded border. #+BEGIN_SRC emacs-lisp ;; Applies to current frame -;(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame +(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame ;; If we create new frames (via emacsclient) this will do the trick -;(add-to-list 'default-frame-alist '(internal-border-width . 10)) +(add-to-list 'default-frame-alist '(internal-border-width . 10)) #+END_SRC ** Fringe #+BEGIN_SRC emacs-lisp