Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-07-25 | Add attr_html org template | Kyle Meyer | |
2013-07-24 | Add function to snip mail quote | Kyle Meyer | |
2013-07-24 | Rebind gnus start or switch | Kyle Meyer | |
C-c m was conflicting with the prefix I use for custom mode commands. Remap to C-x m, which was bound to `compose-mail'. | |||
2013-07-24 | Add swap-windows from prelude | Kyle Meyer | |
I tend handle more complicated window configurations with a tiling window manager, so I don't think I'd have much use for anything more complex (like transpose-frame.el). | |||
2013-07-23 | Add keybinding for level 1 gnus start or switch | Kyle Meyer | |
Create a function that always fetches a specified level even if gnus is already started. This is different from the behavior of both `gnus' and `gnus-other-frame' (although I might be missing a gnus function that already does this). I'm fine frequently fetching level 1 because I reserve this for mail groups (which are local). | |||
2013-07-23 | Add orgtbl to orgstruct hook calls | Kyle Meyer | |
If orgtbl is not loaded with orgstruct++, void `orgtbl-line-start-regexp' gives error. | |||
2013-07-23 | Remove unused compose mail keybinding | Kyle Meyer | |
2013-07-22 | Enable orgstruct++ in magit-log-edit-mode | Kyle Meyer | |
2013-07-22 | Switch message-mode to orgstruct++ | Kyle Meyer | |
orgstruct++ has more complete formatting and list functionality (such as the ability to create a new list element from the previous element even if it is multi-line). | |||
2013-07-22 | add pytest function snippet | Kyle Meyer | |
2013-07-20 | add TODO flag to backburner link | Kyle Meyer | |
2013-07-19 | advise recompile to not modify window state | Kyle Meyer | |
2013-07-19 | add py.test compiling keybindings | Kyle Meyer | |
2013-07-19 | accept C-j for newline-and-indent | Kyle Meyer | |
2013-07-19 | add prefix to "insert" keybindings | Kyle Meyer | |