summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el20
1 files changed, 8 insertions, 12 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index bd32799..3dea91e 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1147,37 +1147,30 @@ from myaethon2.core.decorators import (
(prodigy-define-service
:name "Picturefix mollie-bank"
- :command "bundle"
- :args '("exec" "mollie-bank")
+ :command "mollie-bank"
:cwd "~/projects/work/photension/picturefix"
- :path '("~/.rbenv/shims")
:tags '(work)
:kill-signal 'sigkill)
(prodigy-define-service
:name "Picturefix"
- :command "bundle"
- :args '("exec" "rails" "s")
+ :command "rails"
+ :args '("server")
:cwd "~/projects/work/photension/picturefix"
- :path '("~/.rbenv/shims")
:tags '(work)
:kill-signal 'sigkill)
(prodigy-define-service
:name "Picturefix sidekiq"
- :command "bundle"
- :args '("exec" "sidekiq")
+ :command "sidekiq"
:cwd "~/projects/work/photension/picturefix"
- :path '("~/.rbenv/shims")
:tags '(work)
:kill-signal 'sigkill)
(prodigy-define-service
:name "Picturefix mailcatcher"
- :command "bundle"
- :args '("exec" "mailcatcher")
+ :command "mailcatcher"
:cwd "~/projects/work/photension/picturefix"
- :path '("~/.rbenv/shims")
:tags '(work)
:kill-signal 'sigkill))
@@ -1453,6 +1446,9 @@ from myaethon2.core.decorators import (
(require 'colemak-evil))
(global-evil-surround-mode))
+(with-eval-after-load 'ruby
+ (global-rinari-mode))
+
(when (equal system-name "drd")
(load "eap-autoloads"))