From 20df5bda7e85045863de77dde0e1967421083ad3 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sat, 31 May 2025 17:51:55 +0200 Subject: Added pdf-tools --- README.md | 1 + init.el | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index c206628..ab28ff7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This setup is tested on Emacs 30.1, this means some packages are already built-i - `use-package` - `eglot` +- `pdf-tools` with `emacsPackages.pdf-tools` Additionally the theme custom module assumes you are running Gnome diff --git a/init.el b/init.el index 2c62444..bd971c6 100644 --- a/init.el +++ b/init.el @@ -34,6 +34,9 @@ ;; Catppuccin theme (load "~/.emacs.d/theme.el") +;; pdf-tools +(use-package pdf-tools) + ;; Magit (use-package magit) -- cgit v1.3.1