From 407b215daf6c22fc84db492e8eb9c0dc27b5d97e Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 8 Oct 2022 12:15:57 +0200 Subject: Sat Oct 8 12:15:57 CEST 2022 --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.el b/init.el index d171df0..81be22d 100644 --- a/init.el +++ b/init.el @@ -83,6 +83,10 @@ :straight (ement :type git :host nil :repo "https://github.com/alphapapa/ement.el")) +(use-package neotree + :config + (global-set-key [f8] 'neotree-toggle)) + ;; [config] set modus-vivendi theme (use-package modus-themes :init @@ -173,3 +177,8 @@ Otherwise, typed text is just inserted." (global-set-key (kbd "C-x C-b") 'switch-to-buffer) (windmove-default-keybindings) + +(setq-default fill-column 72) +(global-visual-line-mode 1) +(add-hook 'text-mode-hook 'auto-fill-mode) +(add-hook 'org-mode-hook 'auto-fill-mode) -- cgit v1.2.3