* Theme und Font #+begin_src emacs-lisp (setq doom-font (font-spec :family "JetBrainsMono Nerd Font Mono" :size 14)) (setq doom-theme 'doom-gruvbox) #+end_src * General Settings #+begin_src emacs-lisp (setq display-line-numbers-type t) #+end_src * Orgmode #+begin_src emacs-lisp (setq org-directory "~/org/") #+end_src * pdf tools #+begin_src emacs-lisp (setq pdf-view-continuous t) (setq pdf-view-scroll-step 15) (setq pdf-cache-image-limit 32) (setq pdf-view-max-image-width 2400) #+end_src