aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-01-29 10:44:57 +0800
committergxlin <[email protected]>2021-01-29 10:44:57 +0800
commite0c610849b00dbd098913ebc082a1142c19647b7 (patch)
treea49ce5a7f8620cbfd34b2ab7984e4425048c5c90 /.emacs.d/init.el
parent320b189f7c33655bab70ed631c4085603ec76a33 (diff)
downloaddotfiles-e0c610849b00dbd098913ebc082a1142c19647b7.tar.gz
dotfiles-e0c610849b00dbd098913ebc082a1142c19647b7.tar.bz2
dotfiles-e0c610849b00dbd098913ebc082a1142c19647b7.zip
modify some config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 4 insertions, 1 deletions
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)))