mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore: use symbol instead of string for with-eval-after-load
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
:lighter " GOLINES"))
|
||||
|
||||
:init
|
||||
(with-eval-after-load "projectile"
|
||||
(with-eval-after-load 'projectile
|
||||
(add-to-list 'projectile-globally-ignored-directories "Godeps")
|
||||
(add-to-list 'projectile-globally-ignored-directories "vendor/github.com")
|
||||
(add-to-list 'projectile-globally-ignored-directories "vendor/gopkg.in"))
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
(subword-mode t))
|
||||
|
||||
:init
|
||||
(with-eval-after-load "projectile"
|
||||
(with-eval-after-load 'projectile
|
||||
(add-to-list 'projectile-globally-ignored-directories "vendor/bundle")
|
||||
(add-to-list 'projectile-globally-ignored-directories "vendor/ruby"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user