summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
Commit message (Collapse)AuthorAgeLines
...
* Emacs: Fix error when opening magitAlan Pearce2014-07-30-2/+1
|
* Emacs: Disable autopair in c-mode-common-hookAlan Pearce2014-07-27-0/+1
| | | | Superfluous with cedit
* Emacs: Rename lisp-common-mode-hookAlan Pearce2014-07-27-6/+6
| | | | Make it the same style as c-mode-common-hook
* Emacs: Move cedit's c-mode hook to cedit initAlan Pearce2014-07-27-3/+3
|
* Emacs: Enable paredit-mode with cedit-modeAlan Pearce2014-07-27-0/+2
|
* Emacs: Rebind beg/end-of-statement to M-a/eAlan Pearce2014-07-27-2/+2
| | | | Allows C-M-f and C-M-b to be used for smaller movements.
* Emacs: Move cedit mode into cedit :init blockAlan Pearce2014-07-27-8/+8
|
* Emacs: Enable cedit in c-style modesAlan Pearce2014-07-26-1/+2
|
* Emacs: Define minor mode for ceditAlan Pearce2014-07-26-0/+6
|
* Emacs: Configure ceditAlan Pearce2014-07-26-0/+17
|
* Emacs: Remove commented-out codeAlan Pearce2014-07-25-4/+0
|
* Emacs: Pick a displayable branch char for magitAlan Pearce2014-07-24-1/+2
|
* Emacs: Enable rainbow-mode for xmonad-type filesAlan Pearce2014-07-23-2/+11
| | | | | Create a derived mode to enable specific mode hooks for such files Add hook to new mode for enabling rainbow-mode
* Emacs: Install git-timemachineAlan Pearce2014-07-22-0/+1
|
* Emacs: Add binding for ace-jump-line-modeAlan Pearce2014-07-21-1/+2
|
* Emacs: Bind s-s to switching between perspectivesAlan Pearce2014-07-20-0/+2
|
* Emacs: Fix package archive functions' for 24.3Alan Pearce2014-07-19-4/+4
|
* Emacs: Replace dash-at-point with helm-dashAlan Pearce2014-07-17-1/+1
| | | | No longer depends on Dash.app.
* Emacs: Use GnuTLS defaults for prime bitsAlan Pearce2014-07-17-0/+1
|
* Emacs: Shut up about omitting filesAlan Pearce2014-07-16-0/+1
|
* Emacs: Run dired-omit-mode in the correct placeAlan Pearce2014-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 diredAlan Pearce2014-07-16-0/+2
| | | | Move diredp-describe-file to '.'.
* Emacs: Require help-fns+ for diredp-describe-fileAlan Pearce2014-07-16-0/+1
|
* Emacs: Add command switch-to-dotfiles (s-,)Alan Pearce2014-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-verboseAlan Pearce2014-07-16-1/+1
|
* Emacs: Fix error in package-list-installedAlan Pearce2014-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 resilientAlan Pearce2014-07-15-1/+1
| | | | Filters out packages missing from package-archive-contents
* Emacs: define package-desc-archive, if it isn'tAlan Pearce2014-07-15-0/+4
|
* Emacs: Re-add marmalade. For one package.Alan Pearce2014-07-15-0/+1
|
* Emacs: Run lisp-common-mode-hook in ielmAlan Pearce2014-07-15-0/+6
|
* Emacs: Simplify php-sql to work with heredocs onlyAlan Pearce2014-07-15-2/+2
|
* Emacs: disable auto-starring packages on githubAlan Pearce2014-07-15-1/+1
|
* Emacs: Diminish magit to a branch ideographAlan Pearce2014-07-14-0/+1
|
* Emacs: refactor rename-modelineAlan Pearce2014-07-14-5/+4
|
* Emacs: fix typo in docstringAlan Pearce2014-07-14-1/+1
|
* Emacs: diminish company modeAlan Pearce2014-07-14-0/+1
|
* Emacs: diminish highlight-changes modeAlan Pearce2014-07-14-0/+1
|
* Emacs: refactor toggle-window-dedicatedAlan Pearce2014-07-14-4/+5
|
* Emacs: Move some mode-line information to the headerAlan Pearce2014-07-13-1/+14
|
* Emacs: Show project, not buffer in frame titleAlan Pearce2014-07-13-7/+4
|
* Emacs: Add project name to frame titleAlan Pearce2014-07-13-3/+7
|
* Emacs: Add markdown+lisp MMM configurationAlan Pearce2014-07-12-2/+8
|
* Emacs: Simplify PHP-SQL MMM configurationAlan Pearce2014-07-12-14/+7
|
* Emacs: Use MMM for toml in markdown front matterAlan Pearce2014-07-12-1/+8
|
* Emacs: Remove linum configurationAlan Pearce2014-07-12-3/+0
|
* Emacs: disable popwin until 24.4 is releasedAlan Pearce2014-07-12-0/+2
|
* Emacs: Fix incorrect syntaxAlan Pearce2014-07-12-1/+1
|
* Emacs: Remove unused package archivesAlan Pearce2014-07-11-2/+0
| | | | Those last query functions were useful.
* Emacs: Create package archive query functionsAlan Pearce2014-07-11-0/+30
| | | | | Count packages installed from each archive Show installed packages from an archive
* Emacs: Auto-install req-package if neeededAlan Pearce2014-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`