move section

This commit is contained in:
jjanzen 2025-03-17 23:25:55 -05:00
parent 38502262b8
commit 4108c97606

View file

@ -81,7 +81,17 @@ This package helps visually match delimiter pairs.
(prog-mode . rainbow-delimiters-mode))
#+end_src
** Other User Interface Components
** macOS
This improves the look of the title-bar on macOS to make it look like other native applications.
#+begin_src emacs-lisp
(use-package ns-auto-titlebar
:init
(when (memq window-system '(mac ns x))
(ns-auto-titlebar-mode)))
#+end_src
** Miscellaneous
Show line numbers by default.
#+begin_src emacs-lisp
@ -105,16 +115,6 @@ Install and configure =visual-fill-column= to make some file types display with
visual-fill-column-center-text t))
#+end_src
** macOS
This improves the look of the title-bar on macOS to make it look like other native applications.
#+begin_src emacs-lisp
(use-package ns-auto-titlebar
:init
(when (memq window-system '(mac ns x))
(ns-auto-titlebar-mode)))
#+end_src
* Behaviour
** Paths