diff options
| author | Alejandro Sior <aho@sior.be> | 2022-10-08 12:15:57 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-10-08 12:15:57 +0200 |
| commit | 407b215daf6c22fc84db492e8eb9c0dc27b5d97e (patch) | |
| tree | 99988c9b9374ef80d48339762e1965b534cef2a5 /init.el | |
| parent | 06ed6c86e1f6305a7f9a6bdeb150edaeae0decaa (diff) | |
Sat Oct 8 12:15:57 CEST 2022
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
