Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Emacs: Fix package archive functions' for 24.3 | Alan Pearce | 2014-07-19 | -4/+4 |
| | ||||
* | Emacs: Replace dash-at-point with helm-dash | Alan Pearce | 2014-07-17 | -1/+1 |
| | | | | No longer depends on Dash.app. | |||
* | Emacs: Use GnuTLS defaults for prime bits | Alan Pearce | 2014-07-17 | -0/+1 |
| | ||||
* | Emacs: Shut up about omitting files | Alan Pearce | 2014-07-16 | -0/+1 |
| | ||||
* | Emacs: Run dired-omit-mode in the correct place | Alan Pearce | 2014-07-16 | -1/+4 |
| | | | | | Needs to run in dired-mode-hook. Create a wrapper command so that we can call it interactively otherwise. | |||
* | Emacs: Unshadow discover-my-major key in dired | Alan Pearce | 2014-07-16 | -0/+2 |
| | | | | Move diredp-describe-file to '.'. | |||
* | Emacs: Require help-fns+ for diredp-describe-file | Alan Pearce | 2014-07-16 | -0/+1 |
| | ||||
* | Emacs: Add command switch-to-dotfiles (s-,) | Alan Pearce | 2014-07-16 | -1/+4 |
| | | | | | Runs via projectile-persp, which means it should switch nicely when the perspective has been opened. | |||
* | Emacs: fix warning about use-package-verbose | Alan Pearce | 2014-07-16 | -1/+1 |
| | ||||
* | Emacs: Fix error in package-list-installed | Alan Pearce | 2014-07-15 | -1/+1 |
| | | | | | Not really sure what happened here. The elements are a cons of a symbol and an array, so cadr makes no sense. | |||
* | Emacs: Make package-archive-stats more resilient | Alan Pearce | 2014-07-15 | -1/+1 |
| | | | | Filters out packages missing from package-archive-contents | |||
* | Emacs: define package-desc-archive, if it isn't | Alan Pearce | 2014-07-15 | -0/+4 |
| | ||||
* | Emacs: Re-add marmalade. For one package. | Alan Pearce | 2014-07-15 | -0/+1 |
| | ||||
* | Emacs: Run lisp-common-mode-hook in ielm | Alan Pearce | 2014-07-15 | -0/+6 |
| | ||||
* | Emacs: Simplify php-sql to work with heredocs only | Alan Pearce | 2014-07-15 | -2/+2 |
| | ||||
* | Emacs: disable auto-starring packages on github | Alan Pearce | 2014-07-15 | -1/+1 |
| | ||||
* | Emacs: Diminish magit to a branch ideograph | Alan Pearce | 2014-07-14 | -0/+1 |
| | ||||
* | Emacs: refactor rename-modeline | Alan Pearce | 2014-07-14 | -5/+4 |
| | ||||
* | Emacs: fix typo in docstring | Alan Pearce | 2014-07-14 | -1/+1 |
| | ||||
* | Emacs: diminish company mode | Alan Pearce | 2014-07-14 | -0/+1 |
| | ||||
* | Emacs: diminish highlight-changes mode | Alan Pearce | 2014-07-14 | -0/+1 |
| | ||||
* | Emacs: refactor toggle-window-dedicated | Alan Pearce | 2014-07-14 | -4/+5 |
| | ||||
* | Emacs: Move some mode-line information to the header | Alan Pearce | 2014-07-13 | -1/+14 |
| | ||||
* | Emacs: Show project, not buffer in frame title | Alan Pearce | 2014-07-13 | -7/+4 |
| | ||||
* | Emacs: Add project name to frame title | Alan Pearce | 2014-07-13 | -3/+7 |
| | ||||
* | Emacs: Add markdown+lisp MMM configuration | Alan Pearce | 2014-07-12 | -2/+8 |
| | ||||
* | Emacs: Simplify PHP-SQL MMM configuration | Alan Pearce | 2014-07-12 | -14/+7 |
| | ||||
* | Emacs: Use MMM for toml in markdown front matter | Alan Pearce | 2014-07-12 | -1/+8 |
| | ||||
* | Emacs: Remove linum configuration | Alan Pearce | 2014-07-12 | -3/+0 |
| | ||||
* | Emacs: disable popwin until 24.4 is released | Alan Pearce | 2014-07-12 | -0/+2 |
| | ||||
* | Emacs: Fix incorrect syntax | Alan Pearce | 2014-07-12 | -1/+1 |
| | ||||
* | Emacs: Remove unused package archives | Alan Pearce | 2014-07-11 | -2/+0 |
| | | | | Those last query functions were useful. | |||
* | Emacs: Create package archive query functions | Alan Pearce | 2014-07-11 | -0/+30 |
| | | | | | Count packages installed from each archive Show installed packages from an archive | |||
* | Emacs: Auto-install req-package if neeeded | Alan Pearce | 2014-07-11 | -0/+3 |
| | | | | | init.el is now self-bootstrapping, which is useful on OSX when the Emacs application doesn't supply an `emacs` binary for `cask` | |||
* | Emacs: Remove cdnjs dependency | Alan Pearce | 2014-07-11 | -1/+0 |
| | ||||
* | Emacs: remove ntcmd | Alan Pearce | 2014-07-11 | -5/+0 |
| | ||||
* | Emacs: Enable helm-adaptive-mode | Alan Pearce | 2014-07-11 | -1/+2 |
| | | | | Lets see what this does. | |||
* | Emacs: re-enable smart-mode-line | Alan Pearce | 2014-07-11 | -1/+0 |
| | ||||
* | Emacs: Load helm-projectile | Alan Pearce | 2014-07-11 | -0/+5 |
| | ||||
* | Fix: Emacs: Enable menu-bar on OSX | Alan Pearce | 2014-07-11 | -1/+1 |
| | ||||
* | Emacs: Enable menu-bar on OSX | Alan Pearce | 2014-07-11 | -1/+1 |
| | ||||
* | Emacs: Set package name for helm | Alan Pearce | 2014-07-11 | -1/+2 |
| | ||||
* | Emacs: Add mmm-mode for SQL inside PHP | Alan Pearce | 2014-07-10 | -0/+19 |
| | | | | …assuming I got the regex right. | |||
* | Emacs: Use system trash on OSX | Alan Pearce | 2014-07-10 | -0/+3 |
| | ||||
* | Emacs: Extend kill-this-buffer-dwim to delete file | Alan Pearce | 2014-07-10 | -7/+11 |
| | | | | Deletes current-buffer's file if called with universal prefix argument. | |||
* | Emacs: Simplify delete-current-buffer-file | Alan Pearce | 2014-07-10 | -4/+3 |
| | ||||
* | Emacs: Use ido 'ghost' buffers feature in helm | Alan Pearce | 2014-07-10 | -1/+2 |
| | ||||
* | Emacs: Load helm on startup | Alan Pearce | 2014-07-10 | -0/+1 |
| | ||||
* | Emacs: workaround ws-butler daemon issue | Alan Pearce | 2014-07-10 | -0/+3 |
| | | | | lewang/ws-butler#4 | |||
* | Emacs: fully diminish helm-mode | Alan Pearce | 2014-07-09 | -1/+1 |
| |