PDF Configuration
Table of Contents
PDF Tools guix
PDF Tools is a faster and more feature-rich than the built in DocView. Currently, I install this package using the GUIX package manager.
(use-package pdf-tools :magic ("%PDF" . pdf-view-mode) :config (pdf-loader-install :no-query))
Single Space at the End of Sentences
Emacs when navigating expects sentences to end with a double space after a period. While this makes documents written in plain text to look more attractive and more readable, this convention is not used much anymore and this will break emacs commands for killing and navigating sentences.
(sentence-end-double-space nil)
End
(provide 'freemacs-pdf) ;;; freemacs-pdf.el ends here