diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-17 19:40:01 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-17 19:40:01 -0500 |
commit | c44fbf870bdf8ccff1bf7b9b5ef7b4d97b5b57db (patch) | |
tree | a652bf16d8813b15aab869001879c379702e21ed | |
parent | 5ff16f0ee57c738a701c3cdeb52d443c627735b7 (diff) |
system changes
-rw-r--r-- | common/.config/emacs/init.el.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index ce94daa..ceb3b6e 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -59,7 +59,8 @@ Use =diredfl= for a colourful =dired= and =ns-auto-titlebar= for a macOS native (diredfl-global-mode 1)) (use-package ns-auto-titlebar :init - (ns-auto-titlebar-mode)) + (when (memq window-system '(mac ns x)) + (ns-auto-titlebar-mode))) #+end_src Colourful delimiters with =rainbow-delimiters=. |