Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-26 | Add function to delete current buffer's file | Kyle Meyer | |
Taken from https://github.com/purcell/emacs.d/blob/master/lisp/init-utils.el. | |||
2014-01-26 | Update safe local variables | Kyle Meyer | |
2014-01-26 | Add missing init-external load | Kyle Meyer | |
2014-01-26 | Remove unneeded loads in init-tex | Kyle Meyer | |
2014-01-26 | Remove unneeded url-handlers import | Kyle Meyer | |
2014-01-26 | Only require untracked if it file exists | Kyle Meyer | |
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. | |||
2014-01-26 | Follow Purcell's emacs.d structure | Kyle Meyer | |
User init files are added using provide/require. https://github.com/purcell/emacs.d | |||
2014-01-25 | Remove useless defcustoms | Kyle Meyer | |
2014-01-25 | Do not expand change when commit with magit | Kyle Meyer | |
Reverts c72bc96. | |||
2014-01-25 | Correct org-blank-before-new-entry setting | Kyle 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-25 | Enforce blank line before org entry | Kyle Meyer | |
2014-01-25 | Use org special heading kill | Kyle Meyer | |
2014-01-25 | Limit org-modules | Kyle Meyer | |
2014-01-25 | Remove perl from babel languages | Kyle Meyer | |
2014-01-25 | Remove messages from init.el | Kyle Meyer | |
2014-01-25 | Clean up init files | Kyle Meyer | |
2014-01-25 | Remove unused custom Org agenda command | Kyle Meyer | |
2014-01-23 | Remove obsolete org-agenda-ndays | Kyle Meyer | |
2014-01-23 | Remove unused Org header bindings | Kyle Meyer | |
Prefer speed commands. | |||
2014-01-23 | Remove use of custom-set-variables | Kyle Meyer | |
2014-01-19 | Add mocker to package list | Kyle Meyer | |
2014-01-19 | Change org-goto-interface | Kyle Meyer | |
Use minibuffer for `org-goto' heading selection. | |||
2014-01-19 | Ignore eshell directory | Kyle Meyer | |
2014-01-18 | Advise hippie expand to work with paredit | Kyle Meyer | |
2014-01-18 | Rework keychords, add org-agenda | Kyle Meyer | |
No longer using ';' exclusively for projectile. | |||
2014-01-18 | Bind auto commit to magit committing menu | Kyle Meyer | |
2014-01-18 | Update km/magit-auto-commit | Kyle Meyer | |
`magit-with-refresh' no longer defined. | |||
2014-01-16 | Autoload and bind zap-up-to-char | Kyle Meyer | |
2014-01-16 | Add settings for bibtex-mode | Kyle Meyer | |
2014-01-16 | Don't assign buffer to open terminal function | Kyle Meyer | |
2014-01-11 | Add compile to projectile commander | Kyle Meyer | |
2014-01-11 | Generate a unique buffer name for github patch | Kyle Meyer | |
Otherwise, opening another patch will grab the same buffer. | |||
2014-01-11 | Update docstring for github patch function | Kyle Meyer | |
Forgot to update with 2c6c5a4 changes. | |||
2014-01-11 | Clean up comment in km/gnus-end-of-article-buffer | Kyle Meyer | |
2014-01-10 | Insert github patch in buffer not temp file | Kyle Meyer | |
2014-01-10 | Add keychords for common projectile commands | Kyle Meyer | |
Reserve ';' leader for projectile | |||
2014-01-07 | Function to open github patch from gnus | Kyle Meyer | |
2014-01-07 | Replace end-of-buffer with more appropriate method | Kyle Meyer | |
Documentation for `end-of-buffer' says to `(goto-char (point-max))` in Lisp programs. | |||
2014-01-07 | Ignore url/cookies | Kyle Meyer | |
2014-01-07 | Ignore projectile cache file | Kyle Meyer | |
2014-01-03 | Rename function: km/{toggle,switch}-frame-split | Kyle Meyer | |
It doesn't toggle frame split on and off. It switches horizontal/vertical split. | |||
2014-01-01 | Toggle frame split function | Kyle Meyer | |
2014-01-01 | Revert "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-01 | Add query and replace command to projectile | Kyle Meyer | |
2013-12-31 | Remove outdated function for quick magit amend | Kyle 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-31 | Don't show margin in magit log | Kyle Meyer | |
2013-12-29 | Use vc-git-grep for projectile grep | Kyle Meyer | |
2013-12-29 | Hide header for vc-git-grep | Kyle Meyer | |
2013-12-29 | Let magit restore windows | Kyle Meyer | |
Use `magit-restore-window-configuration' instead of advice. |