Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Load cask properly for Ubuntu machine
  • Loading branch information
anildigital committed Apr 1, 2018
1 parent ee77ce0 commit 805620e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anil/packages.el
@@ -1,2 +1,4 @@
(require 'cask "/usr/local/share/emacs/site-lisp/cask/cask.el")
;(require 'cask "/usr/local/share/emacs/site-lisp/cask/cask.el")
(add-to-list 'load-path "~/.cask/")
(require 'cask)
(cask-initialize)

0 comments on commit 805620e

Please sign in to comment.