summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs6
-rw-r--r--.emacs.custom.el2
2 files changed, 6 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index 3111232..5d2c105 100644
--- a/.emacs
+++ b/.emacs
@@ -8,7 +8,7 @@
(load "~/.emacs.rc/rc.el")
;; Appearance
-(add-to-list 'default-frame-alist `(font . "FiraCode-11"))
+(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font Mono-11"))
(tool-bar-mode 0)
(menu-bar-mode 0)
@@ -51,3 +51,7 @@
(load-file "~/.emacs"))
(global-set-key (kbd "C-c i") #'reload-init-file)
+
+;; pdf-tools
+(rc/require 'pdf-tools)
+(pdf-tools-install)
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.