Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-11-14 | Link gnus key definitions to mode hooks | Kyle Meyer | |
Without this, group and article mode hooks were not staying set. | |||
2013-11-13 | Reposition gnus load | Kyle Meyer | |
Otherwise, nnheader-concat is not yet defined | |||
2013-11-13 | Remove message-dont-reply-to-names to gnus.el | Kyle Meyer | |
Return this to gnus.el (moved over in aff5f5), but it relies on from emails being set (which happens in gnus.el) | |||
2013-11-12 | Remove unused fetch function | Kyle Meyer | |
2013-11-12 | Move over some things from gnus.el | Kyle Meyer | |
Some code was kept in gnus.el because gnus had not yet been initialized, but now I'm just loading gnus in km-gnus.el. | |||
2013-11-12 | Explicitly set gnus init and startup files | Kyle Meyer | |
Some change in initialization has resulted in different values for these variables (not sure exactly what), so I am setting explicitly. I'm also changing them to visible files since they are already in a hidden directory. | |||
2013-11-11 | Install dash | Kyle Meyer | |
2013-11-11 | Rework org agenda fullscreen advice | Kyle Meyer | |
With previous advice, window configuration would not be restored correctly if the agenda buffer was refreshed. This can be avoided if restoring the window configuration is left to org mode (with `org-agenda-restore-windows-after-quit'). There isn't a fullscreen option in `org-agenda-window-setup', so `org-agenda-list' still needs to be advised to delete the other windows. | |||
2013-11-11 | Install org mode from git repo (not elpa) | Kyle Meyer | |
2013-11-11 | Toggle variable for save hook clean up | Kyle Meyer | |
Useful for making changes to files from other people's projects | |||
2013-11-11 | Add org babel python output fix | Kyle Meyer | |
I was having two issues with python output from org babel (both when results were set to output, not value) 1. python shell characters (>>> and ...) were making their way into the output 2. Meaningful spaces (such as those in front of data frame column names) were getting eaten This is a temporary fix that seems to solve this. I should post to the org mode list and see if others have these issues. | |||
2013-11-11 | Update magit commit mode hook | Kyle Meyer | |
They now use git-commit-mode (used to use magit-log-edit) | |||
2013-11-10 | Add new paredit barf/slurp bindings | Kyle Meyer | |
2013-11-10 | Add git-annex to package list | Kyle Meyer | |
git-annex-el is now in ELPA (previously I was loading ~/.emacs.d/vendor) | |||
2013-11-06 | Ignore mc-lists.el | Kyle Meyer | |
2013-11-06 | Install expand-region | Kyle Meyer | |
2013-11-06 | Install multiple cursors | Kyle Meyer | |
2013-11-06 | List packages in alphabetical order | Kyle Meyer | |
2013-11-03 | Bury Org agenda instead of killing | Kyle Meyer | |
2013-11-03 | Fullscreen org-agenda-list | Kyle Meyer | |
Modified from similar magit setup: http://whattheemacsd.com/setup-magit.el-01.html | |||
2013-11-01 | Fullscreen magit status | Kyle Meyer | |
2013-11-01 | Add separate magit init file | Kyle Meyer | |