Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (require 'package)
- (setq package-user-dir (expand-file-name "./.packages"))
- (setq package-archives '(("melpa" . "https://melpa.org/packages/")
- ("elpa" . "https://elpa.gnu.org/packages/")))
- ;; Initialize the package system
- (package-initialize)
- (unless package-archive-contents
- (package-refresh-contents))
- ;; Install dependencies
- (package-install 'htmlize)
Advertisement
Add Comment
Please, Sign In to add comment