Skip to content

Commit

Permalink
tweak(x86-lookup): auto download the PDF if not available
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 30, 2023
1 parent 62f5988 commit f677cc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/me-embedded.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
:custom
(x86-lookup-browse-pdf-function 'x86-lookup-browse-pdf-pdf-tools)
;; Get manual from intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html
(x86-lookup-pdf (concat minemacs-local-dir "x86-lookup/325383-sdm-vol-2abcd.pdf")))
(x86-lookup-pdf (concat minemacs-local-dir "intel-64-and-ia32-volumes-1234.pdf"))
:config
(unless (file-exists-p x86-lookup-pdf)
(url-copy-file "https://cdrdv2.intel.com/v1/dl/getContent/671200" x86-lookup-pdf t)))


(provide 'me-embedded)
Expand Down

0 comments on commit f677cc2

Please sign in to comment.