Remove scroll-bar-mode and tab-bar-mode settings (for android)

This commit is contained in:
Evie Litherland-Smith 2024-02-02 14:44:50 +00:00
parent 6f980136e0
commit 1acc4affe4

View file

@ -221,8 +221,6 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
(global-prettify-symbols-mode +1)
(global-display-line-numbers-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(tab-bar-mode -1)
(add-hook 'prog-mode-hook #'(lambda () (display-line-numbers-mode +1)))