summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-05-20 18:02:59 +0200
committerAlan Pearce2015-05-20 18:02:59 +0200
commit1dfecc3c3e2f72d22ca2bc1429c883609d0a08a7 (patch)
tree4dec4f39d8cac9445546f0f99e64e31530ff3cce /tag-emacs
parenta773861e0682ee3d0204560840dccf302c4cdfb8 (diff)
downloaddotfiles-1dfecc3c3e2f72d22ca2bc1429c883609d0a08a7.tar.lz
dotfiles-1dfecc3c3e2f72d22ca2bc1429c883609d0a08a7.tar.zst
dotfiles-1dfecc3c3e2f72d22ca2bc1429c883609d0a08a7.zip
Emacs: Auto-start pallet-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 0862130..64b0a62 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -47,7 +47,8 @@
   (package-install 'req-package))
 (require 'req-package)
 (setq use-package-verbose t)
-(req-package pallet)
+(req-package pallet
+  :config (pallet-mode 1))
 
 (req-package paradox
   :defer t