Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | Use sticky Org agenda | Kyle Meyer | |
As of commit 7e945107ced488344fd78cd1388cf000b29733e8 in Org mode, restoring windows should work better with sticky agenda buffers. | |||
2015-01-27 | Improve organization and consistency of files | Kyle Meyer | |
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings | |||
2015-01-23 | Fix misplaced 'after' | Kyle Meyer | |
2015-01-22 | Diminish global-whitespace-mode | Kyle Meyer | |
2015-01-22 | Use whitespace-mode as cleanup indicator | Kyle Meyer | |
- Activate global whitespace-mode. When not allowing the buffer to be cleaned up, use more annoying whitespace indicators. - Use whitespace-cleanup as cleanup function. Except for trailing whitespace, this should cover what km/cleanup-buffer was doing and more. | |||
2015-01-22 | Set term face colors | Kyle Meyer | |
2015-01-20 | Rewrite scratch functions | Kyle Meyer | |
2015-01-20 | Rewrite zsh-ansi-term commands | Kyle Meyer | |
- Always use terminal for that directory if it exists. - Let user override the default directory. | |||
2015-01-20 | Remove shell-command advice | Kyle Meyer | |
I was using this to hide the '*Async Shell Command*' buffer from dired-do-async-shell-command, but am removing it now because there are many cases where I want to see this buffer. | |||
2015-01-19 | Rewrite bibtex-use-title-case | Kyle Meyer | |
In addition to capitalizing important or unprotected words: - Convert unimportant words to lower case. - Allow protecting brackets to be within a word. - Always capitalize word at start of title unless protected. | |||
2015-01-19 | Use hook to run bibtex-use-title-case | Kyle Meyer | |
2015-01-18 | Don't advise org-tree-to-indirect-buffer | Kyle Meyer | |
2015-01-18 | Dired: Hide details by default | Kyle Meyer | |
2015-01-17 | Store current span across Org agenda calls | Kyle Meyer | |
2015-01-17 | gnus: Add function to sort by topic | Kyle Meyer | |
2015-01-15 | Use grep-setup-hook to hide grep headers | Kyle Meyer | |
2015-01-14 | Add command org-goto-agenda-heading | Kyle Meyer | |
2015-01-14 | Add variable for agenda refile targets | Kyle Meyer | |
2015-01-14 | Decrease value of org-goto-max-level | Kyle Meyer | |
2015-01-13 | Bind ace-jump in magit-cherry-mode | Kyle Meyer | |
2015-01-13 | Update interactive-haskell-mode setup | Kyle Meyer | |
2015-01-09 | Remove some unhelpful let bindings | Kyle Meyer | |
2015-01-07 | gnus: Update select-group binding | Kyle Meyer | |
This works with and without topic mode enabled. | |||
2015-01-07 | gnus: Don't start in topic mode | Kyle Meyer | |
2015-01-07 | Mark org-goto-max-level as safe local variable | Kyle Meyer | |
2015-01-07 | Fix some docstrings | Kyle Meyer | |
2015-01-06 | ibuffer: Restore window configuration on quit | Kyle Meyer | |
2015-01-05 | Bind org-refile-goto-last-stored to global-org-map | Kyle Meyer | |
2015-01-05 | notmuch-goto-message-in-gnus: Fix indentation | Kyle Meyer | |
2015-01-04 | Bind ace-jump to 'j' in magit-{refs,log}-mode-map | Kyle Meyer | |
2015-01-04 | Enable LaTeX-narrow-to-environment | Kyle Meyer | |
2015-01-02 | Go back to default spacing after sentences | Kyle Meyer | |
Let's see if I can get used to this. | |||
2015-01-02 | Go back to default fill-column value | Kyle Meyer | |
2014-12-30 | Add display-only version of git-rebase-show-commit | Kyle Meyer | |
Bind this version to SPC. This is more consistent with behavior in the log buffer, where RET shows the commit and switches to that buffer and SPC just displays the commit. However, the SPC variants still differ in their scrolling behavior. In the log buffer, SPC (magit-diff-show-or-scroll-up) will scroll if the buffer is already displayed, but km/git-rebase-show-commit doesn't support this. While it'd be nice to use magit-diff-show-or-scroll-up directly, this isn't easy to do because magit-diff-show-or-scroll-up doesn't take a revision argument (it pulls it directly from the magit section). | |||
2014-12-28 | Cask update | Kyle Meyer | |
2014-12-28 | Update snip-mail-quote docstring | Kyle Meyer | |
2014-12-28 | Remove unnecessary variable quotes | Kyle Meyer | |
2014-12-25 | Add command org-clone-and-shift-by-repeater | Kyle Meyer | |
2014-12-23 | Bind magit-diff-visit-file-worktree to C-j | Kyle Meyer | |
2014-12-23 | Add command magit-mode-quit-all-windows | Kyle Meyer | |
2014-12-21 | Explicitly enable org-use-speed-commands | Kyle Meyer | |
This variable is usually non-nil because I run Emacs as a daemon, but since I use these bindings frequently, I want to make sure org-use-speed-commands is always non-nil. | |||
2014-12-21 | Only rescan if imenu is already loaded | Kyle Meyer | |
2014-12-17 | Replace a one-armed 'if' | Kyle Meyer | |
2014-12-16 | Add command org-normalize-spaces | Kyle Meyer | |
2014-12-16 | Add command reduce-to-single-spaces | Kyle Meyer | |
2014-12-16 | Add command org-add-blank-before-heading | Kyle Meyer | |
2014-12-15 | Fix typo | Kyle Meyer | |
2014-12-14 | Add command fill-surrounding-indented | Kyle Meyer | |
2014-12-10 | Clean up and comment org-sort-parent | Kyle Meyer | |
2014-12-10 | Clean up org-sort-heading-ignoring-articles | Kyle Meyer | |