Final setup

This commit is contained in:
Seth Morabito 2022-11-02 18:12:02 -07:00
parent 4f04122306
commit c3507e2dda
1 changed files with 13 additions and 1 deletions

View File

@ -593,8 +593,8 @@ I also like seeing line numbers in the gutter, but I want them to be
and increasing from the current line.
#+BEGIN_SRC emacs-lisp
(setq display-line-numbers 'relative)
(global-display-line-numbers-mode t)
(setq display-line-numbers 'relative)
#+END_SRC
** Show the Time
@ -1378,3 +1378,15 @@ understand!
(when (file-exists-p mail-conf)
(load-file mail-conf)))
#+END_SRC
* Final Setup
:PROPERTIES:
:CUSTOM_ID: final
:END:
The last thing I do is set the size of the frame exactly the way I
like it.
#+BEGIN_SRC emacs-lisp
(set-frame-standard-size)
#+END_SRC