summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
2013-12-13Display buffer for mail syncKyle Meyer
2013-12-12Add .git and __pycache__ directories to dired omitKyle Meyer
2013-12-12Bind root directory projectile commander to rKyle Meyer
2013-12-12Ace-jump-mode keybinding for view modeKyle Meyer
2013-12-12Fix void view-mode-mapKyle Meyer
Don't try to define key until after view is loaded.
2013-12-11Add recenter-top-bottom to view-mode-mapKyle Meyer
2013-12-09Create python test file in another windowKyle Meyer
Helpful to have the test file and original file side-by-side
2013-12-09Function to create python test fileKyle Meyer
2013-12-09Update projectile for new commanderKyle 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-08Key chord for view-modeKyle Meyer
2013-12-04Fix projectile switch and find file keybindingKyle 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-04Rewrite km/projectile-switch-to-project-file docKyle Meyer
2013-12-04Remove comment prefixKyle Meyer
Merge with insert prefix
2013-12-03Add external keymapKyle Meyer
2013-12-03Function for default projectile switch projectKyle 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-01Set up prefix keysKyle Meyer
I didn't set for mode ('C-c m') and org mode ('C-c o') because (most) the values are local.
2013-11-28Use magit-status as projectile switch actionKyle Meyer
2013-11-28Enable global projectile mode at start upKyle Meyer
2013-11-25Remove unnecessary indent hooksKyle Meyer
Already the defaults
2013-11-24Magit: Don't use remote in local tracking nameKyle Meyer
2013-11-23Change python docstring fill styleKyle Meyer
Remove newline from end of docstring
2013-11-20Install PKGBUILD modeKyle Meyer
For pkgbuild-update-md5sums-line
2013-11-20Spacing clean upKyle Meyer
2013-11-20Function to launch external terminalKyle Meyer
2013-11-20Install projectileKyle Meyer
2013-11-20Keychord for rgrepKyle Meyer
2013-11-20Install flx/flx-idoKyle Meyer
2013-11-20Correct *info* ibuffer patternKyle Meyer
2013-11-20Move ob-python fix out of emacs configKyle 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-20Hide uninteresting files by default in diredKyle Meyer
2013-11-20Remove unnecessary dired-x hookKyle Meyer
Not needed in more recent emacs
2013-11-20Add '-h' flag to dired listing switchKyle Meyer
2013-11-20Move dired config to separate fileKyle Meyer
2013-11-17Unset autocommit for git annexKyle Meyer
2013-11-17Load git-annex.el on start upKyle Meyer
Forgot to require git-annex when I switched source to elpa
2013-11-14Load dired-x on dired loadKyle Meyer
2013-11-14Link gnus key definitions to mode hooksKyle Meyer
Without this, group and article mode hooks were not staying set.
2013-11-13Reposition gnus loadKyle Meyer
Otherwise, nnheader-concat is not yet defined
2013-11-13Remove message-dont-reply-to-names to gnus.elKyle 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-12Remove unused fetch functionKyle Meyer
2013-11-12Move over some things from gnus.elKyle 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-12Explicitly set gnus init and startup filesKyle 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-11Install dashKyle Meyer
2013-11-11Rework org agenda fullscreen adviceKyle 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-11Install org mode from git repo (not elpa)Kyle Meyer
2013-11-11Toggle variable for save hook clean upKyle Meyer
Useful for making changes to files from other people's projects
2013-11-11Add org babel python output fixKyle 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-11Update magit commit mode hookKyle Meyer
They now use git-commit-mode (used to use magit-log-edit)
2013-11-10Add new paredit barf/slurp bindingsKyle Meyer
2013-11-10Add git-annex to package listKyle Meyer
git-annex-el is now in ELPA (previously I was loading ~/.emacs.d/vendor)