Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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. |