Slight tweaks to custom org mode, hide modeline

This commit is contained in:
Gabriel Simmer 2022-12-22 12:00:54 +00:00
parent e7c8b5baa9
commit 278c3f6adb
Signed by: arch
GPG key ID: C81B106D46C5B875
2 changed files with 8 additions and 5 deletions

View file

@ -2,6 +2,7 @@
"My custom configuration for 'org-mode'." "My custom configuration for 'org-mode'."
(olivetti-mode) (olivetti-mode)
(olivetti-set-width 80) (olivetti-set-width 80)
(setq cursor-type 'bar)
) )
(add-hook 'org-mode-hook 'me/org-mode) (add-hook 'org-mode-hook 'me/org-mode)

View file

@ -67,7 +67,9 @@
("C-c p" . projectile-command-map))) ("C-c p" . projectile-command-map)))
(use-package magit :straight t) (use-package magit :straight t)
(use-package hide-mode-line :straight t)
(add-hook 'org-mode-hook #'hide-mode-line-mode)
(add-hook 'treemacs-mode-hook #'hide-mode-line-mode)
(use-package treemacs (use-package treemacs
:straight t :straight t
:init (with-eval-after-load 'winum :init (with-eval-after-load 'winum