1
0
Fork 0

meh, check logs

This commit is contained in:
Von Random 2023-01-04 20:54:18 +02:00
parent 88e46f1b04
commit 4526a1aead
3 changed files with 8 additions and 6 deletions

View file

@ -15,11 +15,6 @@ Font and theme
doom-variable-pitch-font (font-spec :family "PT Sans"))
(setq doom-theme 'doom-gruvbox)
#+end_src
Window size and position
#+begin_src emacs-lisp
(add-to-list 'default-frame-alist '(height . 60))
(add-to-list 'default-frame-alist '(width . 125))
#+end_src
* Other settings
#+begin_src emacs-lisp