Skip to content

Commit

Permalink
XXX Use local package of elisp-only distel
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafavatella committed Sep 21, 2015
1 parent c2b044f commit 8766a08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
(require 'erlang-flymake) ;; Ref for include files in erlang-flymake: https://github.com/legoscia/dotemacs/blob/master/dotemacs.org#try-harder-to-find-include-files-in-flymake
)

;; (use-package distel
;; :config (distel-setup)
;; )
(add-to-list 'package-archives
'("local-distel" . "~/dev/melpa/packages/"))
(package-install-file "~/dev/melpa/packages/distel-20150914.136.tar")
(distel-setup)
;(add-to-list 'load-path "~/dev/distel/elisp")
;(require 'distel)
;(distel-setup)

0 comments on commit 8766a08

Please sign in to comment.