| Commit message (Collapse) | Author | Files | Lines |
|
Don't add `exec-path-from-shell' to the hook `emacs-startup-hook' has
it's executed after `init.el' has been loaded. We need to run this when
we're at this stage while processing all the init files, so that we
configure correctly the path.
For example, before this change, `aspell' was not used as the spell
checker on mac before we were setting it to nil (the path was not set
properly when we were initializing ispell through flyspell).
Change-Id: I37d3e8d1c08b50966f1fe0df2579c06e37830e9a
|
|
Don't add them to init.el, since it's specific to different machines.
Change-Id: Ia9753ae86e9a4563628fdb1043ed3d2b99c0c8f5
|
|
In a repository, I might have multiple `go.mod' files, and I want to
treat of of the directories as a project, even within the same
repository.
Change-Id: I09937d9961464bff0f9d673d1eb50484eb8ea10e
|
|
Change-Id: Iccef9b065eb4bee917b0084fb0b34e76f09223f2
|
|
The way I was setting the path for yasnippets was incorrect: the
variable `yas-snippets-dir' is expectnig a list of path, not a regular
path.
I also need to enable yas globally in order to insert them.
Change-Id: I437d6fcd8a976d1f42a13707008436dc15547d56
Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/203
Reviewed-by: Franck Cuny <franck@fcuny.net>
|
|
Change-Id: I55a95b3d358f79ba8f34a9ffecb97d0fbc347272
Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/202
Reviewed-by: Franck Cuny <franck@fcuny.net>
|
|