Age | Commit message (Collapse) | Author |
|
Without this, group and article mode hooks were not staying set.
|
|
Otherwise, nnheader-concat is not yet defined
|
|
Return this to gnus.el (moved over in aff5f5), but it relies on from
emails being set (which happens in gnus.el)
|
|
|
|
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.
|
|
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.
|
|
|
|
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.
|
|
|
|
Useful for making changes to files from other people's projects
|
|
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.
|
|
They now use git-commit-mode (used to use magit-log-edit)
|
|
|
|
git-annex-el is now in ELPA (previously I was loading ~/.emacs.d/vendor)
|
|
|
|
|
|
|
|
|
|
|
|
Modified from similar magit setup:
http://whattheemacsd.com/setup-magit.el-01.html
|
|
|
|
|
|
|
|
For a few repos where commits often are not accompanied by a meaningful
message
|
|
|
|
|
|
|
|
|
|
|
|
I'm not sure how auctex was getting loaded before, but now I need to
explicitly load it.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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'.
|
|
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).
|
|
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).
|
|
If orgtbl is not loaded with orgstruct++, void
`orgtbl-line-start-regexp' gives error.
|
|
|
|
|
|
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).
|
|
|