diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-22 15:20:58 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-22 15:20:58 +0100 |
commit | 2513390b2b26af2b2966d331b0949e68b1be520c (patch) | |
tree | ce4988677bc08775803c70fa05500f0b3d5548f5 /doom.d/config.org | |
parent | 39ab310c83b3958a233f8e2350db782de0cea269 (diff) | |
download | dotfiles-2513390b2b26af2b2966d331b0949e68b1be520c.tar.gz dotfiles-2513390b2b26af2b2966d331b0949e68b1be520c.tar.bz2 dotfiles-2513390b2b26af2b2966d331b0949e68b1be520c.zip |
+perfix for font size adjustment
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 10 |
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 |