summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2014-05-20km/follow-last-message-link: Add prefix argumentKyle Meyer
2014-05-19Move ace-link-org binding to init-ace.elKyle Meyer
2014-05-13km/org-open-dired-file: Handle marked filesKyle Meyer
2014-05-12Install and setup ace-windowKyle Meyer
2014-05-12Bind imenu globallyKyle Meyer
2014-05-12Add imenu binding to view-modeKyle Meyer
2014-05-12Move ace settings to separate fileKyle Meyer
2014-05-12Move view-mode settings to separate fileKyle Meyer
2014-05-12Rebind km/dired-switch-to-bufferKyle Meyer
2014-05-12Add km/browse-doiKyle Meyer
2014-05-11Automatically enter view-mode for read-only filesKyle Meyer
2014-05-11Use cache for Org refilingKyle Meyer
2014-05-11Add km/org-sort-heading-ignoring-articlesKyle Meyer
2014-05-10projectile: Use ';r' key-chord for recentfKyle Meyer
I use `projectile-recentf' more frequently than `projectile-replace'. Also, this mirrors the key-chord for `km/recentf-ido-find-file'.
2014-05-10Don't set fontKyle Meyer
I'm moving this to my .Xresources file.
2014-05-08Space bindings for Magit switches and optionsKyle Meyer
https://github.com/magit/magit/pull/788/files
2014-05-08Update km/sync-mail-cmdKyle Meyer
2014-05-07Fix typo in dired commentKyle Meyer
2014-05-07Clean up init-smex.elKyle Meyer
2014-05-05Remove unnecessary let*Kyle Meyer
2014-05-04Define km/recentf-ido-find-file-other-windowKyle Meyer
2014-05-04Cosmetic changes to km/recentf-ido-find-fileKyle Meyer
2014-05-04Make maxlevel optional in org-set-refiling-bufferKyle Meyer
2014-05-04Restrict org-refile-targets to current fileKyle Meyer
I don't typically refile headings from a non-agenda file to a target in an agenda file, so setting this for all Org files isn't too useful. Instead, `org-refile-targets' now set in a .dir-locals.el for the agenda files to allow refiling between different agenda files.
2014-05-04Don't use a directory name for org-agenda-filesKyle Meyer
This gives a list of files that can be used for `org-refile-targets'.
2014-05-04Move Org safe-local-variable-values from custom.elKyle Meyer
2014-05-04Move default Org notes fileKyle Meyer
2014-05-03Don't put autosave or backup files in /tmpKyle Meyer
2014-05-02Set uniquify-buffer-name-styleKyle Meyer
2014-05-02Add Bog commander bindingKyle Meyer
2014-04-29Define prefix key for global Org keysKyle Meyer
2014-04-29Move some hook bindings to mode mapsKyle Meyer
2014-04-29Change method for defining gnus bindingsKyle Meyer
2014-04-27Restore misc capture templatesKyle Meyer
These were deleted in d2ed8d9 (along with the backburner templates), but it's useful to have these for non-TODO items because, unlike the backburner items, these don't fit well with refiling from tasks.org.
2014-04-25Make org-open-file available in diredKyle Meyer
2014-04-23Switch yas trigger key and use globallyKyle Meyer
At some point, I was having issues with yas and Org mode conflicts, so I only enabled yas in LaTeX and programming mode buffers. I'm enabling it globally again and moving the expand trigger to a key chord.
2014-04-23Disable flymake in stan-modeKyle Meyer
2014-04-23Add switch-to-buffer functions for diredKyle Meyer
2014-04-23Function to switch to Org buffer in other windowKyle Meyer
2014-04-20Autoload magit-blame-modeKyle Meyer
No longer automatic because I moved from MELPA version (708898b).
2014-04-19Add command: km/display-compilation-other-windowKyle Meyer
2014-04-19Rename km/create-python-test-fileKyle Meyer
2014-04-19Fix km/create-python-test-fileKyle Meyer
6cbfae7 broke this function when the test file doesn't exist. I'm not sure why I used `with-current-buffer' in the first place, considering the desired action is to switch to the file in another window.
2014-04-17Limit ace-jump scope to current frameKyle Meyer
If this is set to global, frames in other desktops (even invisible ones) are used to generate the jump choices.
2014-04-17Disable ibuffer-auto-modeKyle Meyer
2014-04-17Remove saved ibuffer groupsKyle Meyer
I don't think this has too much advantage over filtering and sorting on the fly, and it is a hassle to keep up-to-date.
2014-04-17Change message citation lineKyle Meyer
2014-04-16Try out new system for defining Org agenda filesKyle Meyer
Define based on directories rather than individual files.
2014-04-16Remove some Org capture templatesKyle Meyer
No reason to have so many inboxes, since they will just be refiled later.
2014-04-16Add function to sort on parent headingKyle Meyer