Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-12-04 | Remove comment prefix | Kyle Meyer | |
Merge with insert prefix | |||
2013-12-03 | Add external keymap | Kyle Meyer | |
2013-12-03 | Function for default projectile switch project | Kyle Meyer | |
I've set the project switch action to show the magit status, but this function makes the default find file behavior available. | |||
2013-12-01 | Set up prefix keys | Kyle Meyer | |
I didn't set for mode ('C-c m') and org mode ('C-c o') because (most) the values are local. | |||
2013-11-28 | Use magit-status as projectile switch action | Kyle Meyer | |
2013-11-28 | Enable global projectile mode at start up | Kyle Meyer | |
2013-11-25 | Remove unnecessary indent hooks | Kyle Meyer | |
Already the defaults | |||
2013-11-24 | Magit: Don't use remote in local tracking name | Kyle Meyer | |
2013-11-23 | Change python docstring fill style | Kyle Meyer | |
Remove newline from end of docstring | |||
2013-11-20 | Install PKGBUILD mode | Kyle Meyer | |
For pkgbuild-update-md5sums-line | |||
2013-11-20 | Spacing clean up | Kyle Meyer | |
2013-11-20 | Function to launch external terminal | Kyle Meyer | |
2013-11-20 | Install projectile | Kyle Meyer | |
2013-11-20 | Keychord for rgrep | Kyle Meyer | |
2013-11-20 | Install flx/flx-ido | Kyle Meyer | |
2013-11-20 | Add pymc snippet | Kyle Meyer | |
2013-11-20 | Correct *info* ibuffer pattern | Kyle Meyer | |
2013-11-20 | Move ob-python fix out of emacs config | Kyle Meyer | |
I have moved these changes to org mode git directory as a temporary fix. Reported issue to org mode list: http://article.gmane.org/gmane.emacs.orgmode/79014 | |||
2013-11-20 | Hide uninteresting files by default in dired | Kyle Meyer | |
2013-11-20 | Remove unnecessary dired-x hook | Kyle Meyer | |
Not needed in more recent emacs | |||
2013-11-20 | Add '-h' flag to dired listing switch | Kyle Meyer | |
2013-11-20 | Move dired config to separate file | Kyle Meyer | |
2013-11-19 | Remove ticker import from matplotlib snippert | Kyle Meyer | |
Tend to use `locator_params` much more now | |||
2013-11-17 | Unset autocommit for git annex | Kyle Meyer | |
2013-11-17 | Load git-annex.el on start up | Kyle Meyer | |
Forgot to require git-annex when I switched source to elpa | |||
2013-11-14 | Load dired-x on dired load | Kyle Meyer | |