Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Don't try to define key until after view is loaded.
|
|
|
|
Helpful to have the test file and original file side-by-side
|
|
|
|
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.
|
|
Key used to be '#!', but on update giving error:
[yas] elisp error! Symbol's function definition is void: ca-all-asscs
This is coming from the text-mode/bang snippet with the key "!".
`ca-all-asscs' is defined in Andrea Crotti's snippet repo:
https://github.com/AndreaCrotti/Emacs-configuration/blob/01ac040840ceba0a909317046e8a83867aea1022/modules/ca-utils.el#466-473
Changing key for python snippet to 'sb' to avoid conflict.
|
|
|
|
"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.
|
|
|
|
Merge with insert prefix
|
|
|
|
I've set the project switch action to show the magit status, but this
function makes the default find file behavior available.
|
|
I didn't set for mode ('C-c m') and org mode ('C-c o') because (most)
the values are local.
|
|
|
|
|
|
Already the defaults
|
|
|
|
Remove newline from end of docstring
|
|
For pkgbuild-update-md5sums-line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Not needed in more recent emacs
|
|
|
|
|
|
Tend to use `locator_params` much more now
|
|
|
|
Forgot to require git-annex when I switched source to elpa
|
|
|
|
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)
|