aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-17 23:25:55 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-17 23:25:55 -0500
commit4108c976068fb2f3ae3b1cadc31012cbea812134 (patch)
treef56fd89f7dd99e80d0a9b4254aab594477c67ea2
parent38502262b8a814fb4eac3cb98d4555258d9755d6 (diff)
move sectionHEADmain
-rw-r--r--common/.config/emacs/init.el.org22
1 files changed, 11 insertions, 11 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 113d536..98acf08 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -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