system changes
This commit is contained in:
parent
5ff16f0ee5
commit
c44fbf870b
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ Use =diredfl= for a colourful =dired= and =ns-auto-titlebar= for a macOS native
|
||||||
(diredfl-global-mode 1))
|
(diredfl-global-mode 1))
|
||||||
(use-package ns-auto-titlebar
|
(use-package ns-auto-titlebar
|
||||||
:init
|
:init
|
||||||
(ns-auto-titlebar-mode))
|
(when (memq window-system '(mac ns x))
|
||||||
|
(ns-auto-titlebar-mode)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Colourful delimiters with =rainbow-delimiters=.
|
Colourful delimiters with =rainbow-delimiters=.
|
||||||
|
|
Loading…
Add table
Reference in a new issue