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"))
|
||||
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
"C-<return>" 'zoom-window-zoom)
|
||||
|
||||
:config
|
||||
(with-eval-after-load "persp-mode"
|
||||
(with-eval-after-load 'persp-mode
|
||||
(setq zoom-window-use-persp t)
|
||||
(zoom-window-setup))
|
||||
|
||||
(with-eval-after-load "elscreen"
|
||||
(with-eval-after-load 'elscreen
|
||||
(setq zoom-window-use-elscreen t)
|
||||
(zoom-window-setup)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user