summaryrefslogtreecommitdiff
path: root/lisp/init-yas.el
AgeCommit message (Collapse)Author
2014-04-23Switch yas trigger key and use globallyKyle Meyer
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.
2014-03-09Use diminish to shorten mode lineKyle Meyer
2014-02-12Remove unnecessary lambdas from yas hooksKyle Meyer
2014-02-12Fix `yas-reload-all' callKyle Meyer
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.
2014-01-26Reorganize and use require-packageKyle Meyer
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d