summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2015-02-28Make 'Link' heading in Org setup fileKyle Meyer
2015-02-28Add PubMed link type for OrgKyle Meyer
2015-02-28Replace noflet instance with cl-letfKyle Meyer
2015-02-28Rework some file-map bindingsKyle Meyer
2015-02-28Add write-file variantKyle Meyer
2015-02-28Add Oleh Krehel's variant of occurKyle Meyer
2015-02-28Prepend new entries when captureKyle Meyer
2015-02-28Add capture templates for Visit/Revisit headingsKyle Meyer
2015-02-28Make typo-abbrev-tableKyle Meyer
Previously, I was using global-abbrev-table as an initial capture area for abbrevs and for really common typos. Make separate table for common typos so that global-abbrev-table only serves as capture area.
2015-02-28Move abbrev customization to separate fileKyle Meyer
2015-02-28Save abbrevs silentlyKyle Meyer
2015-02-28Add case-only abbrev functionsKyle Meyer
2015-02-28Pass ARG to dired-get-marked-filesKyle Meyer
2015-02-28Tweak make-kill-thing-at-pointKyle Meyer
2015-02-28Rewrite org-refile-dwim-target-fileKyle Meyer
2015-02-28Activate magit-patch-popup with prefixKyle Meyer
2015-02-28Add command magit-pin-fileKyle Meyer
2015-02-28Don't ask to kill project buffersKyle Meyer
2015-02-28Delete saved thing when killing project buffersKyle Meyer
2015-02-28Restore saved states when switching projectsKyle Meyer
2015-02-28Add projectile-project-save-thingKyle Meyer
Add commands to save and restore a buffer, file, or window configuration for a project. Projectile supports restoring window configuration with persp-projectile.el. (A recent change to Projectile [1] removed projectile-remember-window-configs in favor of using perspective.el.) However, I want to explicitly choose which (if any) window configuration is saved for a project and also want the ability to save buffers or files. [1] c94c5f5ad385f58682c2ac3414066ec24dd75abe
2015-02-28Replace region-active-p instance with use-region-pKyle Meyer
2015-02-28Add command notmuch-show-copy-message-id-as-killKyle Meyer
2015-02-28sync-mail: Rename variableKyle Meyer
2015-02-28sync-mail: Remove global variableKyle Meyer
2015-02-28Change binding for external mapKyle Meyer
2015-02-20Rebind some 'j' bindingsKyle Meyer
2015-02-18Remove 'C-c &' prefix for yasnippetKyle Meyer
2015-02-18Add command org-open-link-directoryKyle Meyer
2015-02-18Use separate function for org-refile-dwimKyle Meyer
2015-02-18Don't indent in Org Contacts capture templateKyle Meyer
I've set org-adapt-indentation to nil (b8ffd041f).
2015-02-18Add org-open-at-point-stay as speed commandKyle Meyer
2015-02-18Add command gnus-copy-gmane-link-as-killKyle Meyer
2015-02-18gnus: Rewrite article selection functionsKyle Meyer
2015-02-18gnus: Add prefix map for article and summary modeKyle Meyer
2015-02-18Add command org-delete-checked-itemsKyle Meyer
2015-02-18Move flyspell binding from C-;Kyle Meyer
I use this for er/expand-region.
2015-02-15Add command magit-log-select-guess-fixup-commitKyle Meyer
2015-02-15Rewrite org-sort-heading-ignoring-articlesKyle Meyer
2015-02-15Fix docstrings for diff commandsKyle Meyer
2015-02-15Add org-{next,previous}-item bindingsKyle Meyer
2015-02-15Give winner-undo a key chordKyle Meyer
2015-02-15Enable Winner modeKyle Meyer
2015-02-15Don't use global-unset-keyKyle Meyer
2015-02-13Rewrite gnus-catchup-and-goto-next-groupKyle Meyer
2015-02-13Enable set-mark-command-repeat-popKyle Meyer
2015-02-13Remove unnecessary lambdas from hooksKyle Meyer
2015-02-13Don't adapt Org indentationKyle Meyer
I've kept this as non-nil because I prefer planning info and drawers to be indented at the level of headings. However, I don't indent paragraphs of text (mostly for diffing purposes). With recent Org changes [1-3], mixing these styles doesn't work well because structure-modifying commands now adjust the paragraph indentation even if the text is at column 0. [1] cba2f0a2a3024ae5bf71e1a12ba99778a92902a2 [2] 83d8a2b16d1efc32f868897559452c0922906c67 [3] http://thread.gmane.org/gmane.emacs.orgmode/93597
2015-02-11Use 'only-window' for org-agenda-window-setupKyle Meyer
I no longer need this advice because org-agenda-window-setup now [1] takes the value 'only-window', which has the same effect. [1] 7834a1ce66d3e60b9ecf5ad04a12d76d23cfbc5c
2015-02-11gnus: Add ido variants for group and topic jumpingKyle Meyer