Skip to content

Commit

Permalink
[emacs] remove evil-rails. Enable projectile rails global mode
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed Sep 9, 2019
1 parent d6d7afc commit a95e946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dot_doom.d/config.el.tmpl
Expand Up @@ -47,6 +47,9 @@
;; Corrects (and improves) org-mode's native fontification.
(doom-themes-org-config)

;; Turn on the local ~projectile-rails-mode~ for the buffers which belong to a Rails project (either application or an engine).
(projectile-rails-global-mode)

(map! :leader
:v "e s r" #'emamux:send-region
:n "e s c" #'emamux:send-command)
Expand Down
1 change: 0 additions & 1 deletion dot_doom.d/packages.el
Expand Up @@ -7,4 +7,3 @@
(package! emamux-ruby-test)
(package! tmux-pane)
(package! projectile-rails)
(package! evil-rails)

0 comments on commit a95e946

Please sign in to comment.