Skip to content

Commit

Permalink
fix: Use pdf layer instead of manually instally pdf-tools
Browse files Browse the repository at this point in the history
pdf layer provides better default keybindings
  • Loading branch information
Maverobot committed Feb 2, 2024
1 parent ab83037 commit 5851e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ This function should only modify configuration layer settings."
version-control
search-engine
command-log
pdf
(ranger :variables
ranger-show-preview t)
(spell-checking :variables
Expand Down Expand Up @@ -188,7 +189,6 @@ This function should only modify configuration layer settings."
org-make-toc
org-noter
org-roam-ui
pdf-tools
posframe
ssh-agency
xclip
Expand Down
4 changes: 0 additions & 4 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,6 @@ E.g. when visiting a soft/hard link.
(message "Native compilation is available")
(setq native-comp-async-report-warnings-errors nil))
#+END_SRC
*** Use pdf-tools by default
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(pdf-tools-install)
#+END_SRC
** org-mode
*** Export code blocks with current theme
#+BEGIN_SRC emacs-lisp :tangle user-config.el
Expand Down

0 comments on commit 5851e01

Please sign in to comment.