Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-11-01 | Don't load packages post init | Kyle Meyer | |
2013-10-31 | Function for magit auto commit | Kyle Meyer | |
For a few repos where commits often are not accompanied by a meaningful message | |||
2013-10-29 | Function for quick amend with magit | Kyle Meyer | |
2013-10-27 | "TODO" comment function | Kyle Meyer | |
2013-10-27 | Clean up comment function | Kyle Meyer | |
2013-09-28 | Clean up km-tex.el | Kyle Meyer | |
2013-09-28 | Load reftex with latex-mode | Kyle Meyer | |
2013-09-28 | Load auctex | Kyle Meyer | |
I'm not sure how auctex was getting loaded before, but now I need to explicitly load it. | |||
2013-09-05 | Fix amsmath conflict for org latex export | Kyle Meyer | |
2013-09-01 | Add misc.org to org refile targets | Kyle Meyer | |
2013-08-12 | Replace mapcar with more appropriate mapc | Kyle Meyer | |
2013-08-12 | Add python2/3 variants to interpreter mode alist | Kyle Meyer | |
For cases that specify python2 or python3 specifically in shebang but don't have a .py extension. Before I was using "-*- mode: python -*-" in these files. | |||
2013-08-11 | Add missing interactive call | Kyle Meyer | |
2013-08-10 | Revert to default org heading spacing | Kyle Meyer | |
2013-08-08 | Add Wiegley's git-annex.el | Kyle Meyer | |
2013-08-08 | Remove undo-tree | Kyle Meyer | |
2013-08-02 | Fix typos in plt snippet | Kyle Meyer | |
2013-07-29 | Add yas snippet to latex mode hook | Kyle Meyer | |