summary refs log tree commit diff stats
path: root/hooks/post-up/emacs
Commit message (Collapse)AuthorAgeLines
* Replace emacs hook with makefileAlan Pearce2017-03-17-17/+0
|
* which -> command -vAlan Pearce2017-03-06-1/+1
| | | | | | http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script/677212#677212 TL;DR `command` is a POSIX-specified builtin. `which` is unreliable.
* rcup: Use `Emacs` command for building configuration if existsAlan Pearce2017-02-22-2/+4
| | | | | `emacs` calls /usr/bin/emacs, which is too old. This relies on an Emacs application being added to $PATH
* Reindent all the thingsAlan Pearce2016-10-31-3/+3
|
* Fix init.el being generated in dotfilesAlan Pearce2016-07-07-0/+1
|
* Emacs: Remove cask and palletAlan Pearce2015-11-16-10/+1
| | | | | Instead, use a package-directory based upon the emacs version, which was the main feature about cask, for me.
* RCM: Detect Emacs Cask by folder existanceAlan Pearce2015-07-18-1/+1
|
* RCM: Tangle Emacs init file on installAlan Pearce2015-07-18-1/+6
|
* rcm: Only byte-compile files in elisp directoryAlan Pearce2014-04-27-1/+1
|
* rcm: Install Cask for Emacs if it isn't alreadyAlan Pearce2014-04-27-4/+10
|
* rcm: Run `cask install` for emacs, if installedAlan Pearce2014-04-13-0/+6
|
* Move install functionality to rcm hooksAlan Pearce2014-04-12-0/+6