mirror of https://gitlab.com/pamhyr/pamhyr2
doc: Try with system package.
parent
3842e689ac
commit
9c7f1f7ba9
|
|
@ -1,18 +1,6 @@
|
||||||
(require 'org)
|
(require 'org)
|
||||||
(require 'subr-x)
|
(require 'subr-x)
|
||||||
|
|
||||||
;; Needed packages
|
|
||||||
|
|
||||||
(require 'package)
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("melpa" . "https://melpa.org/packages/"))
|
|
||||||
|
|
||||||
(package-initialize)
|
|
||||||
|
|
||||||
;;; Install HTMLIZE
|
|
||||||
(package-install 'htmlize)
|
|
||||||
(require 'htmlize)
|
|
||||||
|
|
||||||
;; LaTeX config
|
;; LaTeX config
|
||||||
|
|
||||||
(add-to-list
|
(add-to-list
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue