Age | Commit message (Collapse) | Author |
|
At some point, I was having issues with yas and Org mode conflicts, so I
only enabled yas in LaTeX and programming mode buffers. I'm enabling it
globally again and moving the expand trigger to a key chord.
|
|
|
|
|
|
This was not getting ran because "yasnippet", not "yas", should be
passed to `eval-after-load'. But using `eval-after-load' here is
pointless because `prog-mode-hook' will be called during initialization
anwyway.
|
|
`require-package' is from
https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
|
|
User init files are added using provide/require.
https://github.com/purcell/emacs.d
|