aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-10-14 20:06:46 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-10-14 20:06:46 +0100
commit70bce71f700a0e20e4b431e99b8ac6547ae06c01 (patch)
tree0b151b851c0a18ecbc4a076655833498d1aa690e
parent212eebf039b47b19b57fa71f4432e059035f4893 (diff)
-rwxr-xr-x.emacs6
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacs b/.emacs
index 23a83b0..d1fc6c5 100755
--- a/.emacs
+++ b/.emacs
@@ -444,12 +444,14 @@
:ensure t
:demand t
:config
+ (projectile-mode 1)
(define-key projectile-mode-map (kbd "s-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map))
(use-package xclip
:ensure t
- :demand t)
+ :config
+ (xclip-mode 1))
(use-package smart-mode-line
:ensure t
@@ -465,7 +467,7 @@
:ensure t
:demand t
:delight
- :config (mpdel-mode t))
+ :config (mpdel-mode 1))
(use-package ivy-mpdel
:ensure t