summaryrefslogtreecommitdiff
path: root/.emacs.custom.el
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-19 22:47:58 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-19 22:47:58 +0000
commit8b57317bbcac3c392391b49ab949fa4fb6df2cac (patch)
treeebf229f85553656413e2c5410ffd88ab35d5f233 /.emacs.custom.el
parent7020f806357e1d94ed830e74711074573ef805e5 (diff)
[emacs] changed font to FiraCode Nerd Font Mono
Diffstat (limited to '.emacs.custom.el')
-rw-r--r--.emacs.custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.custom.el b/.emacs.custom.el
index 993786f..85a502d 100644
--- a/.emacs.custom.el
+++ b/.emacs.custom.el
@@ -7,7 +7,7 @@
'(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)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.