Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-12-29 | Expand changes when committing with magit | Kyle Meyer | |
2013-12-27 | Fullscreen advice for gnus | Kyle Meyer | |
Copied over from magit advice. | |||
2013-12-21 | Function for exporting wrapped text | Kyle Meyer | |
2013-12-21 | Use primary selection for cutting and pasting | Kyle Meyer | |
2013-12-19 | Expand terminal buffer group | Kyle Meyer | |
Add shell output and external terminal buffer. | |||
2013-12-17 | Remove unintentional shell rename | Kyle Meyer | |
Commit 5218a0a renamed this to "bash". | |||
2013-12-17 | Remove km/projectile-magit-status | Kyle Meyer | |
Magit status command is now provided in upstream (as of 947891). | |||
2013-12-16 | Add i flag to shell command | Kyle Meyer | |
Force interactive for access to aliases | |||
2013-12-15 | Omit .gitignore in dired | Kyle Meyer | |
2013-12-15 | Omit intermediate latex files in dired | Kyle Meyer | |
2013-12-13 | Set default directory before mail sync | Kyle Meyer | |
Otherwise, offlineimap may fail if I'm in a directory that has python files with conflicting names | |||
2013-12-13 | Display buffer for mail sync | Kyle Meyer | |
2013-12-12 | Add .git and __pycache__ directories to dired omit | Kyle Meyer | |
2013-12-12 | Bind root directory projectile commander to r | Kyle Meyer | |
2013-12-12 | Ace-jump-mode keybinding for view mode | Kyle Meyer | |
2013-12-12 | Fix void view-mode-map | Kyle Meyer | |
Don't try to define key until after view is loaded. | |||
2013-12-11 | Add recenter-top-bottom to view-mode-map | Kyle Meyer | |
2013-12-09 | Create python test file in another window | Kyle Meyer | |
Helpful to have the test file and original file side-by-side | |||
2013-12-09 | Function to create python test file | Kyle Meyer | |
2013-12-09 | Update projectile for new commander | Kyle Meyer | |
projectile 0.10 has a new commander function. Set default switch project action to commander (instead of magit status) and add magit status as command option. If I find I tend to use one option most of the time, I may set that as the switch project action and return commander to only being used when a prefix arg is given. | |||
2013-12-08 | Change key for python shebang snippet | Kyle Meyer | |
Key used to be '#!', but on update giving error: [yas] elisp error! Symbol's function definition is void: ca-all-asscs This is coming from the text-mode/bang snippet with the key "!". `ca-all-asscs' is defined in Andrea Crotti's snippet repo: https://github.com/AndreaCrotti/Emacs-configuration/blob/01ac040840ceba0a909317046e8a83867aea1022/modules/ca-utils.el#466-473 Changing key for python snippet to 'sb' to avoid conflict. | |||
2013-12-08 | Key chord for view-mode | Kyle Meyer | |
2013-12-04 | Fix projectile switch and find file keybinding | Kyle Meyer | |
"j" was previously unbound in the projectile keymap, but commit bebbab added assigned it to a function to find project tags. I don't currently use tags, so I want to keep my switch and find file keybinding. Now I need to override the binding in the projectile keymap instead of using a global keybinding. | |||
2013-12-04 | Rewrite km/projectile-switch-to-project-file doc | Kyle Meyer | |