diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-05-31 17:51:55 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-05-31 17:51:55 +0200 |
| commit | 20df5bda7e85045863de77dde0e1967421083ad3 (patch) | |
| tree | c42fb9ce4df2120a9836f413e43358eb26adbe1d | |
| parent | eff2cbb20518cb3b2ed3c166890172991b848b64 (diff) | |
Added pdf-tools
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | init.el | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -34,6 +34,9 @@ ;; Catppuccin theme (load "~/.emacs.d/theme.el") +;; pdf-tools +(use-package pdf-tools) + ;; Magit (use-package magit) |
