summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-04-22 00:22:22 -0400
committerKyle Meyer <kyle@kyleam.com>2017-04-22 00:30:53 -0400
commit35e704dcbc0e44e34906f4323b1743800d63a1b6 (patch)
tree3a6913550a0f5266a4708b82f194127443cd819a /init.el
parent7d2ab3c18e8d3e4a878a02d10d2566737833210b (diff)
downloademacs.d-35e704dcbc0e44e34906f4323b1743800d63a1b6.tar.gz
Remove Cask-related configuration
Locally I've moved to Guix to manage my Emacs packages. Once all of these are available upstream, I should probably add a guix.scm file.
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el
index 0083508..5a887a9 100644
--- a/init.el
+++ b/init.el
@@ -20,14 +20,6 @@
;;; Code:
-
-;; (package-initialize)
-
-(require 'cask)
-(cask-initialize)
-(require 'pallet)
-(pallet-mode 1)
-
(require 'cl-lib)
(require 'dash)
(require 's)