aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.org10
1 files changed, 10 insertions, 0 deletions
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