summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
2014-01-26Follow Purcell's emacs.d structureKyle Meyer
User init files are added using provide/require. https://github.com/purcell/emacs.d
2014-01-25Remove useless defcustomsKyle Meyer
2014-01-25Do not expand change when commit with magitKyle Meyer
Reverts c72bc96.
2014-01-25Correct org-blank-before-new-entry settingKyle Meyer
377abd6 sets this with one value, but it needs to be an alist and have a values for both heading and plain-list-item.
2014-01-25Enforce blank line before org entryKyle Meyer
2014-01-25Use org special heading killKyle Meyer
2014-01-25Limit org-modulesKyle Meyer
2014-01-25Remove perl from babel languagesKyle Meyer
2014-01-25Clean up init filesKyle Meyer
2014-01-25Remove unused custom Org agenda commandKyle Meyer
2014-01-23Remove obsolete org-agenda-ndaysKyle Meyer
2014-01-23Remove unused Org header bindingsKyle Meyer
Prefer speed commands.
2014-01-23Remove use of custom-set-variablesKyle Meyer
2014-01-19Add mocker to package listKyle Meyer
2014-01-19Change org-goto-interfaceKyle Meyer
Use minibuffer for `org-goto' heading selection.
2014-01-18Advise hippie expand to work with pareditKyle Meyer
2014-01-18Rework keychords, add org-agendaKyle Meyer
No longer using ';' exclusively for projectile.
2014-01-18Bind auto commit to magit committing menuKyle Meyer
2014-01-18Update km/magit-auto-commitKyle Meyer
`magit-with-refresh' no longer defined.
2014-01-16Autoload and bind zap-up-to-charKyle Meyer
2014-01-16Add settings for bibtex-modeKyle Meyer
2014-01-16Don't assign buffer to open terminal functionKyle Meyer
2014-01-11Add compile to projectile commanderKyle Meyer
2014-01-11Generate a unique buffer name for github patchKyle Meyer
Otherwise, opening another patch will grab the same buffer.
2014-01-11Update docstring for github patch functionKyle Meyer
Forgot to update with 2c6c5a4 changes.
2014-01-11Clean up comment in km/gnus-end-of-article-bufferKyle Meyer
2014-01-10Insert github patch in buffer not temp fileKyle Meyer
2014-01-10Add keychords for common projectile commandsKyle Meyer
Reserve ';' leader for projectile
2014-01-07Function to open github patch from gnusKyle Meyer
2014-01-07Replace end-of-buffer with more appropriate methodKyle Meyer
Documentation for `end-of-buffer' says to `(goto-char (point-max))` in Lisp programs.
2014-01-03Rename function: km/{toggle,switch}-frame-splitKyle Meyer
It doesn't toggle frame split on and off. It switches horizontal/vertical split.
2014-01-01Toggle frame split functionKyle Meyer
2014-01-01Revert "Add query and replace command to projectile"Kyle Meyer
I should have looked more closely at the current projectile commands. `projectile-replace' takes care of this nicely. This reverts commit 02d56a9878c07cca3f1d856be2929afe28d33033.
2014-01-01Add query and replace command to projectileKyle Meyer
2013-12-31Remove outdated function for quick magit amendKyle Meyer
`km/magit-just-amend' used `magit-with-refresh', which is no longer defined in the current version of magit. I'm removing the function, instead of updating it, because 19a722f of magit added a function (`magit-commit-extend') that takes care of this functionality.
2013-12-31Don't show margin in magit logKyle Meyer
2013-12-29Use vc-git-grep for projectile grepKyle Meyer
2013-12-29Hide header for vc-git-grepKyle Meyer
2013-12-29Let magit restore windowsKyle Meyer
Use `magit-restore-window-configuration' instead of advice.
2013-12-29Expand changes when committing with magitKyle Meyer
2013-12-27Fullscreen advice for gnusKyle Meyer
Copied over from magit advice.
2013-12-21Function for exporting wrapped textKyle Meyer
2013-12-21Use primary selection for cutting and pastingKyle Meyer
2013-12-19Expand terminal buffer groupKyle Meyer
Add shell output and external terminal buffer.
2013-12-17Remove unintentional shell renameKyle Meyer
Commit 5218a0a renamed this to "bash".
2013-12-17Remove km/projectile-magit-statusKyle Meyer
Magit status command is now provided in upstream (as of 947891).
2013-12-16Add i flag to shell commandKyle Meyer
Force interactive for access to aliases
2013-12-15Omit .gitignore in diredKyle Meyer
2013-12-15Omit intermediate latex files in diredKyle Meyer
2013-12-13Set default directory before mail syncKyle Meyer
Otherwise, offlineimap may fail if I'm in a directory that has python files with conflicting names