summaryrefslogtreecommitdiff
path: root/.emacs.custom.el
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-03-09 09:37:17 +0000
committerCori Barker <coribarker2@gmail.com>2026-03-09 09:37:17 +0000
commit05c4b8a4fa9e3de29db4ee11d0752d20e17035d5 (patch)
tree03eddd34bcf55714f3e623736fa33509fd0b9391 /.emacs.custom.el
parent7020f806357e1d94ed830e74711074573ef805e5 (diff)
[emacs] added pdf-tools
Diffstat (limited to '.emacs.custom.el')
-rw-r--r--.emacs.custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.custom.el b/.emacs.custom.el
index 993786f..3c946c8 100644
--- a/.emacs.custom.el
+++ b/.emacs.custom.el
@@ -7,7 +7,8 @@
'(display-line-numbers-type 'relative)
'(evil-undo-system 'undo-redo)
'(inhibit-startup-screen t)
- '(package-selected-packages nil))
+ '(package-selected-packages '(dash-functional evil magit pdf-tools))
+ '(truncate-lines t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.