doomemacs / doomemacs/core

create +global_rails flag to :lang ruby

Open
#2,902 0 comments 0 reactions 0 assignees View on GitHub
:lang ruby is:feature re:keybinds
Dominant language
Emacs Lisp
Stars
22.7k
Forks
3.1k
Avg merge
10h 46m
Merged PRs (30d)
4

Description

Rails have a lot of different file types (.rb, .yml, .env, .js, .coffee, etc), and is very pratical to use projectile-rails globally. With this feature, we enable projectile-rails globally.

Today, we can make it using:
```
;; Projectile globally with SPC r
(require 'projectile-rails)
(map! :leader "r" #'projectile-rails-command-map)
```

would be very nice to have this for everyone

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.