move section
This commit is contained in:
parent
38502262b8
commit
4108c97606
1 changed files with 11 additions and 11 deletions
|
@ -81,7 +81,17 @@ This package helps visually match delimiter pairs.
|
||||||
(prog-mode . rainbow-delimiters-mode))
|
(prog-mode . rainbow-delimiters-mode))
|
||||||
#+end_src
|
#+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.
|
Show line numbers by default.
|
||||||
#+begin_src emacs-lisp
|
#+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))
|
visual-fill-column-center-text t))
|
||||||
#+end_src
|
#+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
|
* Behaviour
|
||||||
|
|
||||||
** Paths
|
** Paths
|
||||||
|
|
Loading…
Add table
Reference in a new issue