From e0c610849b00dbd098913ebc082a1142c19647b7 Mon Sep 17 00:00:00 2001 From: gxlin Date: Fri, 29 Jan 2021 10:44:57 +0800 Subject: modify some config --- .emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e19b102..a2ec6cf 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -20,10 +20,13 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages (quote (evil)))) + '(package-selected-packages '(evil))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) + +;; Org Mode +(add-hook 'org-mode-hook (lambda () (setq truncate-lines nil))) -- cgit v1.2.3