Henrik Lissner
e72d3bd2b0
lang/org: slightly larger org-capture popup
2019-10-31 23:57:01 -04:00
Henrik Lissner
09e923e14b
lang/org: fix oversized *Org Select* popup
2019-10-31 23:54:49 -04:00
Henrik Lissner
e19069aa97
lang/org: load evil-org{,agenda} a little sooner
...
This allows users to customize their keybinds with (after! org ...)
or (after! org-agenda ...) blocks (i.e. they don't need to be aware of
evil-org/evil-org-agenda to customize their keybinds).
2019-10-31 23:54:36 -04:00
Henrik Lissner
51defe93ce
lang/org: don't ask for permission to run elisp links
...
We'll trust the user to know what they're doing
2019-10-31 23:13:03 -04:00
Henrik Lissner
c80413fabc
lang/org: include full datetime in notes/changelog entries
2019-10-31 23:12:35 -04:00
Henrik Lissner
249a9aab6d
lang/org: use checkbox keyword for personal todo captures
2019-10-31 23:12:02 -04:00
Henrik Lissner
843be4d2a6
lang/org: refactor org-journal integration
2019-10-31 23:09:43 -04:00
Henrik Lissner
1cd7438f1f
lang/org: add journal org-capture template
2019-10-31 23:09:26 -04:00
Henrik Lissner
040fcfcffa
lang/org: add centralized org-capture project targets
...
For saving project todos/notes/changelogs in a central
{org-directory}/projects.org file, under {Project
Name}/{Tasks,Notes,Changelog} headings.
If you want to prefix the outline path, you can specific a :parents
property. e.g.
(after! org-capture
(org-capture-put :parents '("Projects")))
or
(dolist (key '("ot" "on" "oc"))
(setf (alist-get key org-capture-templates)
(append (alist-get key org-capture-templates)
'(:parents ("Projects")))))
Also sets :kill-buffer t by default, for all org capture templates.
2019-10-31 22:45:59 -04:00
Henrik Lissner
fd00870ae8
Fix #1401
2019-10-31 20:51:20 -04:00
Henrik Lissner
0b8e7a27b6
Minor refactoring/reformatting across the board
2019-10-31 14:35:07 -04:00
Henrik Lissner
3930a23084
lang/go: mention +lsp flag in README
2019-10-30 23:29:34 -04:00
Henrik Lissner
1c4a170614
Reformat vim-unimpaired-esque keybinds
2019-10-30 22:26:12 -04:00
Henrik Lissner
5f6d9eadb3
Bind '{[,]} c' to jump between comments
...
I know {[,]} * and {[,]} \\ are the unimpaired keys for this, but
putting it on 'c' makes much more sense and is easier to hit.
2019-10-30 22:23:28 -04:00
Henrik Lissner
9fa447a83b
Remove SPC DEL binding
...
Instead, 'ga' (or calling `what-cursor-position`) will trigger
nav-flash, to serve as the "where's my cursor" command from now on.
Closes #1883
2019-10-30 22:09:52 -04:00
Henrik Lissner
1d09e4655a
Fix split-window & update docstring
2019-10-29 18:27:19 -04:00
Henrik Lissner
496a4b1b5f
editor/evil: alphabetize text object keybinds
2019-10-29 18:20:35 -04:00
Henrik Lissner
762c374198
Rename +eval-overlay-max-lines -> +eval-popup-min-lines
...
Generalize variable.
2019-10-29 18:19:02 -04:00
Henrik Lissner
effee30138
ui/nav-flash: don't trigger on mouse click
2019-10-29 18:19:02 -04:00
Henrik Lissner
89e617622d
lang/org: fix 'project changelog' org-capture target
...
Was opening 'notes.org' rather than 'changelog.org'
2019-10-29 18:19:02 -04:00
Henrik Lissner
fb03dd8df3
Remove tramp-read-passwd advice
...
tramp-current-method is no longer defined in Emacs 27, and this advice
may not be necessary anymore.
2019-10-29 18:19:02 -04:00
Gerry Agbobada
d0101b661c
Add Readme for hydra module
2019-10-29 20:17:03 +01:00
Henrik Lissner
2d36c0f9a7
lang/org: fix STRT keyword shortcut (d -> s)
2019-10-29 11:36:46 -04:00
Henrik Lissner
5e6363f025
tools/magit: invalidate projectile cache on git checkout
2019-10-29 11:36:46 -04:00
Henrik Lissner
196c716c74
tools/lsp: fix void-function (setf lsp--workspace-shutdown-action)) #1965
2019-10-29 11:36:46 -04:00
eltone
ac334a053e
lang/ruby: auto enter inf-ruby when breakpoint detected
2019-10-29 12:00:28 +00:00
Henrik Lissner
bc8dd82590
Merge pull request #1972 from rgrinberg/ignore-send-mail
...
ui/popup: ignore send mail buffers
2019-10-29 01:25:19 -04:00
Henrik Lissner
5ea72bec98
Merge pull request #1967 from JakDar/develop
...
lang/org/README: fix howto for removing +org-cycle-only-current-subtree-h
2019-10-29 01:24:41 -04:00
Henrik Lissner
c9faf33780
Add 'SPC q {f,F}' keybinds
...
- SPC q f' = delete current frame
- SPC q F' = clear current frame (kill all buffers and windows)
2019-10-29 01:11:06 -04:00
Henrik Lissner
ecc5adc6bf
Bind SPC ; to pp-eval-expression
...
Improved output formatting.
2019-10-29 01:10:43 -04:00
Henrik Lissner
4657c9e9be
editor/snippets: fix error loading doom-snippets-lib
2019-10-29 01:10:25 -04:00
Henrik Lissner
53d8c97cb0
lang/org: fix eldoc display in org-mode
2019-10-29 01:10:24 -04:00
Henrik Lissner
43030c789e
editor/evil: revert focus-on-split behavior (and refactor advice)
...
Focus-on-split is being disabled to achieve vim parity. The advice is
still necessary to ensure splitting updates the window buffer list, so
operations like winner-undo undoes correctly.
2019-10-29 01:09:14 -04:00
Henrik Lissner
be08f9794e
Fix nav-flash being suppressed
...
By a variable that will (almost) always be non-til.
2019-10-28 23:23:14 -04:00
Henrik Lissner
ba7b8d661d
Bind C-u, C-b & C-f less aggressively #1975
2019-10-28 23:23:14 -04:00
Henrik Lissner
74d87a1e24
ui/pretty-code: minor reformatting
2019-10-28 23:23:14 -04:00
Henrik Lissner
6982281404
Fix mouse-1 on buttons initiating a selection
2019-10-28 23:23:13 -04:00
Henrik Lissner
f18caa1518
evil-{,v}split-window-{below,right} = t
...
To match vim's behavior, when splitting windows. The
+evil-window-split-a and +evil-window-vsplit-a advice are still
necessary to preserve proper "window focus" order.
2019-10-28 23:23:13 -04:00
Henrik Lissner
66934f982a
lang/org: replace DOIN w/ STRT; use 'd' for DONE
...
STRT is more distinct from DONE, and 'd' is a better shortcut for DONE.
2019-10-28 23:23:13 -04:00
Henrik Lissner
d347574d30
Fix #1973 : selected region survives switching workspaces
...
Leaving behind ineffectual region highlights
2019-10-28 23:23:13 -04:00
Henrik Lissner
9e2b0c6332
editor/evil: fix autoload for +evil:whole-buffer-textobj
2019-10-28 23:23:13 -04:00
Henrik Lissner
bec1891a3d
lang/org: reformat UI config; setq-default -> setq
2019-10-28 23:23:13 -04:00
Henrik Lissner
7b9c13f25f
lang/org: expand refile commands
...
Changes 'SPC m r' into a prefix with multiple refiling commands.
2019-10-28 23:23:13 -04:00
Henrik Lissner
bb383d3ede
lang/org: present full paths on org-refile
...
This makes refiling with multiple file targets far, far more palatable.
2019-10-28 23:23:12 -04:00
Henrik Lissner
53433d9c37
lang/org: default org-refile targets to current buffer
2019-10-28 23:23:12 -04:00
Henrik Lissner
2755320178
lang/lua: minor reformatting
2019-10-28 23:23:12 -04:00
Henrik Lissner
244671e388
lang/python: mention lsp-python-ms hack in README
2019-10-28 23:23:12 -04:00
Henrik Lissner
b4e0944467
lang/markdown: mention +grip flag in README
2019-10-28 23:23:12 -04:00
Henrik Lissner
987cece946
lang/org: only reset latex background on theme load
...
Otherwise, many of these settings will overwrite user's customizations.
Fixes #1969
2019-10-28 23:23:12 -04:00
Henrik Lissner
ba52f4c8e9
lang/scheme: add plugins section to README
2019-10-28 23:23:12 -04:00