From 2513390b2b26af2b2966d331b0949e68b1be520c Mon Sep 17 00:00:00 2001 From: oreodave Date: Thu, 22 Aug 2019 15:20:58 +0100 Subject: +perfix for font size adjustment --- doom.d/config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doom.d') diff --git a/doom.d/config.org b/doom.d/config.org index 5c79df5..fb3069a 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -101,6 +101,16 @@ My docsets are stored in .docsets for ease of use - This is my config for handling new frames - I've only recently found out about them, they're incredibly powerful tools that I should've put in my toolbox a LONG time ago +*** Font size +#+BEGIN_SRC emacs-lisp +(map! + :leader + :prefix ("z" . "Font") ; using this prefix due to spacemacs + :desc "Increase font" "+" 'doom/increase-font-size + :desc "Decreease font" "-" 'doom/decrease-font-size + :desc "Adjust font" "z" 'text-scale-adjust + ) +#+END_SRC ** Languages *** C# #+BEGIN_SRC emacs-lisp -- cgit v1.2.3-13-gbd6f