Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-03 | Don't load customization file | Kyle Meyer | |
I don't use this. I'm not setting custom-file to nil because I don't want customization to be dropped in init.el. | |||
2015-03-03 | Fix indentation | Kyle Meyer | |
2015-03-03 | Add command shr-browse-url-and-goto-next | Kyle Meyer | |
2015-03-01 | Save bookmarks when modified | Kyle Meyer | |
2015-03-01 | Add find-function-other-window binding | Kyle Meyer | |
2015-02-28 | Save abbrevs silently | Kyle Meyer | |
2015-02-28 | Setup Org Link Edit | Kyle Meyer | |
2015-02-28 | Install Hydra | Kyle Meyer | |
2015-02-28 | Make 'Link' heading in Org setup file | Kyle Meyer | |
2015-02-28 | Add PubMed link type for Org | Kyle Meyer | |
2015-02-28 | Uninstall noflet | Kyle Meyer | |
2015-02-28 | Replace noflet instance with cl-letf | Kyle Meyer | |
2015-02-28 | Rework some file-map bindings | Kyle Meyer | |
2015-02-28 | Add write-file variant | Kyle Meyer | |
2015-02-28 | Add Oleh Krehel's variant of occur | Kyle Meyer | |
2015-02-28 | Prepend new entries when capture | Kyle Meyer | |
2015-02-28 | Add capture templates for Visit/Revisit headings | Kyle Meyer | |
2015-02-28 | Make typo-abbrev-table | Kyle 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-28 | Move abbrev customization to separate file | Kyle Meyer | |
2015-02-28 | Save abbrevs silently | Kyle Meyer | |
2015-02-28 | Add case-only abbrev functions | Kyle Meyer | |
2015-02-28 | Pass ARG to dired-get-marked-files | Kyle Meyer | |
2015-02-28 | Tweak make-kill-thing-at-point | Kyle Meyer | |
2015-02-28 | Rewrite org-refile-dwim-target-file | Kyle Meyer | |
2015-02-28 | Activate magit-patch-popup with prefix | Kyle Meyer | |
2015-02-28 | Add command magit-pin-file | Kyle Meyer | |
2015-02-28 | Don't ask to kill project buffers | Kyle Meyer | |
2015-02-28 | Delete saved thing when killing project buffers | Kyle Meyer | |
2015-02-28 | Restore saved states when switching projects | Kyle Meyer | |
2015-02-28 | Add projectile-project-save-thing | Kyle 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-28 | Replace region-active-p instance with use-region-p | Kyle Meyer | |
2015-02-28 | Add command notmuch-show-copy-message-id-as-kill | Kyle Meyer | |
2015-02-28 | sync-mail: Rename variable | Kyle Meyer | |
2015-02-28 | sync-mail: Remove global variable | Kyle Meyer | |
2015-02-28 | Change binding for external map | Kyle Meyer | |
2015-02-20 | Rebind some 'j' bindings | Kyle Meyer | |
2015-02-18 | Remove 'C-c &' prefix for yasnippet | Kyle Meyer | |
2015-02-18 | Add command org-open-link-directory | Kyle Meyer | |
2015-02-18 | Use separate function for org-refile-dwim | Kyle Meyer | |
2015-02-18 | Don't indent in Org Contacts capture template | Kyle Meyer | |
I've set org-adapt-indentation to nil (b8ffd041f). | |||
2015-02-18 | Add org-open-at-point-stay as speed command | Kyle Meyer | |
2015-02-18 | Add command gnus-copy-gmane-link-as-kill | Kyle Meyer | |
2015-02-18 | gnus: Rewrite article selection functions | Kyle Meyer | |
2015-02-18 | gnus: Add prefix map for article and summary mode | Kyle Meyer | |
2015-02-18 | Add command org-delete-checked-items | Kyle Meyer | |
2015-02-18 | Move flyspell binding from C-; | Kyle Meyer | |
I use this for er/expand-region. | |||
2015-02-15 | Add command magit-log-select-guess-fixup-commit | Kyle Meyer | |
2015-02-15 | Rewrite org-sort-heading-ignoring-articles | Kyle Meyer | |
2015-02-15 | Fix docstrings for diff commands | Kyle Meyer | |
2015-02-15 | Add org-{next,previous}-item bindings | Kyle Meyer | |